Method GetParametricLSectionAsync
GetParametricLSectionAsync(MaterialType, double, double, double, double, bool, bool, CancellationToken)
Returns a parametric L section with given parameters
Declaration
Task<IParametricLSection> GetParametricLSectionAsync(MaterialType materialType, double depth, double breadth, double webThickness, double flangeThickness, bool isFlippedHorizontally, bool isFlippedVertically, 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]) |
| double | webThickness | The web thickness (in [mm]) |
| double | flangeThickness | The flange thickness (in [mm]) |
| bool | isFlippedHorizontally | A value indicating whether the section should be flipped horizontally |
| bool | isFlippedVertically | A value indicating whether the section should be flipped vertically |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IParametricLSection> | A parametric L section with given parameters |