ISection |
Returns a parametric lozenge section with given parameters
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
Task<IParametricLozengeSection> GetParametricLozengeSectionAsync( MaterialType materialType, double depth, double breadth, CancellationToken cancellationToken = default )
Parameters
- materialType MaterialType
- The material type of section
- depth Double
- The depth (in [mm])
- breadth Double
- The breadth (in [mm])
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskIParametricLozengeSectionA parametric lozenge section with given parameters
See Also