Click or drag to resize

CompositeProfileDefinitionTMaterialReference Constructor

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

Create a definition with the given name and polygon definitions

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShape
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C#
public CompositeProfileDefinition(
	string name,
	IReadOnlyList<PolygonDefinition<TMaterialReference>> polygonDefinitions
)

Parameters

name
Type: SystemString
The name of the definition.
polygonDefinitions
Type: System.Collections.GenericIReadOnlyListPolygonDefinitionTMaterialReference
The definitions of the polygons which define how the cross section looks
See Also