ISection |
Returns a parametric polygon section with given parameters
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Task<IParametricPolygonSection> GetParametricPolygonSectionAsync( MaterialType materialType, double dimensionFromCentroidToEachVertex, int numberOfVertices, InitialOrientation initialOrientation, CancellationToken cancellationToken = default )
Parameters
- materialType MaterialType
- The material type of section
- dimensionFromCentroidToEachVertex Double
- The dimension from the centroid to each vertex (in [mm])
- numberOfVertices Int32
- The number of vertices
- initialOrientation InitialOrientation
- The initial orientation of polygon
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskIParametricPolygonSectionA parametric polygon section with given parameters