Method GetParametricLozengeSectionAsync
GetParametricLozengeSectionAsync(MaterialType, double, double, CancellationToken)
Returns a parametric lozenge section with given parameters
Declaration
Task<IParametricLozengeSection> GetParametricLozengeSectionAsync(MaterialType materialType, double depth, double breadth, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialType | materialType | The material type of section |
| double | depth | The depth (in [mm]) |
| double | breadth | The breadth (in [mm]) |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IParametricLozengeSection> | A parametric lozenge section with given parameters |