Click or drag to resize

StructuralCurveActionAbstractTDirection, TValue Constructor (Guid, String, CurveForceAction, TValue, TValue, StructuralLoadCase)

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

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

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
protected StructuralCurveActionAbstract(
	Guid id,
	string name,
	CurveForceAction forceAction,
	TValue value1,
	TValue value2,
	StructuralLoadCase loadCase
)

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: TValue
Defines the first size of the load
value2
Type: TValue
Defines the second size of the load
loadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
Defines the StructuralLoadCase to which the load belongs
See Also