StructuralSurfaceMember Constructor (Guid, String, IReadOnlyListCurveStructuralPointConnection, StructuralMaterial, Length) |
[This is preliminary documentation and is subject to change.]
Create a 2D member
Namespace:
ModelExchanger.AnalysisDataModel.StructuralElements
Assembly:
ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax public StructuralSurfaceMember(
Guid id,
string name,
IReadOnlyList<Curve<StructuralPointConnection>> edges,
StructuralMaterial material,
Length thickness
)
Parameters
- id
- Type: SystemGuid
The ID of the object - name
- Type: SystemString
The name of the object - edges
- Type: System.Collections.GenericIReadOnlyListCurveStructuralPointConnection
The CurveTCoordinate's which make up the edges of the 2D member - material
- Type: ModelExchanger.AnalysisDataModel.LibrariesStructuralMaterial
The material out of which the 2D member is constructed - thickness
- Type: Length
The thickness of the 2D member
See Also