Click or drag to resize

StructuralCurveMomentTCurveStructuralReference Constructor

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

Create a linear force on the provided structural element which is distributed Uniform

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralCurveMoment(
	Guid id,
	string name,
	CurveForceAction forceAction,
	TorquePerLength value1,
	StructuralLoadCase loadCase,
	TCurveStructuralReference structuralReference
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
forceAction
Type: ModelExchanger.AnalysisDataModel.EnumsCurveForceAction
Defines on which type of structural element the force acts
value1
Type: TorquePerLength
Defines the size of the load
loadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
Defines the StructuralLoadCase to which the load belongs
structuralReference
Type: TCurveStructuralReference
Object containing information about the structural element on which the line force acts.
See Also