Click or drag to resize

StructuralParametricCrossSection Constructor

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

Create a cross section which is parametric

Namespace:  ModelExchanger.AnalysisDataModel.Libraries
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public StructuralParametricCrossSection(
	Guid id,
	string name,
	StructuralMaterial material,
	ProfileLibraryId shape,
	IReadOnlyList<Length> parameters
)

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
See Also