Method GetParametricRectangularSectionAsync
GetParametricRectangularSectionAsync(MaterialType, double, double, CancellationToken)
Returns a parametric rectangular section with given parameters
Declaration
Task<IParametricRectangularSection> GetParametricRectangularSectionAsync(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<IParametricRectangularSection> | A parametric rectangular section with given parameters |