StructuralCompoundCrossSection Constructor |
[This is preliminary documentation and is subject to change.]
Creates a cross section which is compound
Namespace:
ModelExchanger.AnalysisDataModel.Libraries
Assembly:
ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax public StructuralCompoundCrossSection(
Guid id,
string name,
StructuralMaterial material,
ProfileLibraryId shape,
IReadOnlyList<Length> parameters,
string profile
)
Parameters
- id
- Type: SystemGuid
The ID of the object - name
- Type: SystemString
The name of the object - material
- Type: ModelExchanger.AnalysisDataModel.LibrariesStructuralMaterial
The material out of which the cross section is constructed - shape
- Type: ModelExchanger.AnalysisDataModel.EnumsProfileLibraryId
The shape of the cross section - parameters
- Type: System.Collections.GenericIReadOnlyListLength
The parameters that define the shape of the cross section - profile
- Type: SystemString
The additional name for the cross section
See Also