Click or drag to resize

PolygonDefinition Constructor

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

Create a polygon with given material & points

Namespace:  ModelExchanger.AnalysisDataModel.Subtypes.CrossSectionShape
Assembly:  ModelExchanger.AnalysisDataModel (in ModelExchanger.AnalysisDataModel.dll) Version: 1.13.0+Branch.master.Sha.d583fc64569355d188a9c0818d257b6d0d3e1339
Syntax
C#
public PolygonDefinition(
	StructuralMaterial material,
	IReadOnlyList<Point2D> points
)

Parameters

material
Type: ModelExchanger.AnalysisDataModel.LibrariesStructuralMaterial
The material out of which the polygon is constructed
points
Type: System.Collections.GenericIReadOnlyListPoint2D
The points which make up the polygon
See Also