Click or drag to resize

StructuralCurveMemberRib Constructor

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

Create a rib with provided curves and cross section on the provided 2D member

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

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 rib exists
crossSection
Type: ModelExchanger.AnalysisDataModel.LibrariesStructuralCrossSection
The StructuralCrossSection out of which the rib is constructed
member2D
Type: ModelExchanger.AnalysisDataModel.StructuralElementsStructuralSurfaceMember
The StructuralSurfaceMember on which the rib is placed
See Also