Method GetParametricISectionAsync
GetParametricISectionAsync(MaterialType, double, double, double, double, double, double, bool, CancellationToken)
Returns a parametric I section with given parameters
Declaration
Task<IParametricISection> GetParametricISectionAsync(MaterialType materialType, double depth, double webThickness, double topFlangeThickness, double bottomFlangeThickness, double topFlangeBreadth, double bottomFlangeBreadth, bool isFlippedVertically, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| MaterialType | materialType | The material type of section |
| double | depth | The depth (in [mm]) |
| double | webThickness | The web thickness (in [mm]) |
| double | topFlangeThickness | The thickness of the top flange (in [mm]) |
| double | bottomFlangeThickness | The thickness of the bottom flange (in [mm]) |
| double | topFlangeBreadth | The breadth of the top flange (in [mm]) |
| double | bottomFlangeBreadth | The breadth of the bottom flange (in [mm]) |
| bool | isFlippedVertically | A value indicating whether the section should be flipped vertically |
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<IParametricISection> | A parametric I section with given parameters |