Click or drag to resize

CompositeProfileDefinition 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.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public CompositeProfileDefinition(
	string name,
	IReadOnlyList<PolygonDefinition> polygonDefinitions
)

Parameters

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