Click or drag to resize

StructuralCurveActionFree Constructor (Guid, String, StructuralLoadCase, IReadOnlyListCurveCoordinate, ForcePerLength)

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

Namespace:  ModelExchanger.AnalysisDataModel.Loads
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralCurveActionFree(
	Guid id,
	string name,
	StructuralLoadCase loadCase,
	IReadOnlyList<Curve<Coordinate>> curves,
	ForcePerLength value1
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
loadCase
Type: ModelExchanger.AnalysisDataModel.LoadsStructuralLoadCase
The StructuralLoadCase to which the load belongs
curves
Type: System.Collections.GenericIReadOnlyListCurveCoordinate
The collection of CurveTCoordinate that define the border of the load
value1
Type: ForcePerLength
The size of the load
See Also