Method GetParametricTSectionAsync
GetParametricTSectionAsync(MaterialType, double, double, double, double, double, bool, bool, CancellationToken)
Returns a parametric T section with given parameters
Declaration
Task<IParametricTSection> GetParametricTSectionAsync(MaterialType materialType, double depth, double breadth, double webThickness, double flangeThickness, double distanceOfStemCentre, 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]) |
| double | distanceOfStemCentre | The offset of the stem centre-line from the left-hand end (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<IParametricTSection> | A parametric T section with given parameters |