Method GetParametricCSectionAsync
GetParametricCSectionAsync(MaterialType, double, double, double, double, double, bool, bool, CancellationToken)
Returns a parametric C section with given parameters
Declaration
Task<IParametricCSection> GetParametricCSectionAsync(MaterialType materialType, double depth, double breadth, double webThickness, double topFlangeThickness, double bottomFlangeThickness, 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 | topFlangeThickness | The top flange thickness (in [mm]) |
| double | bottomFlangeThickness | The bottom 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<IParametricCSection> | A parametric C section with given parameters |