ISectionFactoryGetParametricPolygonSection Method

Returns a parametric polygon section with given parameters

Namespace:  TSD.API.Remoting.Sections
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<IParametricPolygonSection> GetParametricPolygonSection(
	MaterialType materialType,
	double dimensionFromCentroidToEachVertex,
	int numberOfVertices,
	InitialOrientation initialOrientation
)

Parameters

materialType
Type: TSD.API.Remoting.MaterialsMaterialType
The material type of section
dimensionFromCentroidToEachVertex
Type: SystemDouble
The dimension from the centroid to each vertex (in [mm])
numberOfVertices
Type: SystemInt32
The number of vertices
initialOrientation
Type: TSD.API.Remoting.SectionsInitialOrientation
The initial orientation of polygon

Return Value

Type: TaskIParametricPolygonSection
A parametric polygon section with given parameters
See Also