![]() | 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

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: TaskIParametricPolygonSectionA parametric polygon section with given parameters
