Click or drag to resize

StructuralPointMomentTPointStructuralReference Constructor

[This is preliminary documentation and is subject to change.]

Create a moment force with provided value on the provided structural element

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralPointMoment(
	Guid id,
	string name,
	PointForceAction forceAction,
	Torque value,
	StructuralLoadCase structuralLoadCase,
	TPointStructuralReference structuralReference
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
forceAction
Type: ModelExchanger.AnalysisDataModel.EnumsPointForceAction
The kind of load
value
Type: Torque
The value of the point force
structuralLoadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
structuralReference
Type: TPointStructuralReference
Object containing reference information of the structural element on which the load is applied
See Also