Click or drag to resize

StructuralCurveMember Constructor

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

Create a 1D member which exists out of the given curves and cross section

Namespace:  ModelExchanger.AnalysisDataModel.StructuralElements
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralCurveMember(
	Guid id,
	string name,
	IReadOnlyList<Curve<StructuralPointConnection>> curves,
	StructuralCrossSection crossSection
)

Parameters

id
Type: SystemGuid
The ID of the object
name
Type: SystemString
The name of the object
curves
Type: System.Collections.GenericIReadOnlyListCurveStructuralPointConnection
The CurveTCoordinate's out of which the 1D member exists
crossSection
Type: ModelExchanger.AnalysisDataModel.LibrariesStructuralCrossSection
The StructuralCrossSection out of which the 1D member is constructed
See Also