ISection |
Returns a parametric T section with given parameters
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 24.0.1.45+53a79b69d75fb81c51fcd389e0bdcf241e5b9f7c
Syntax
Task<IParametricTSection> GetParametricTSectionAsync( MaterialType materialType, double depth, double breadth, double webThickness, double flangeThickness, double distanceOfStemCentre, bool isFlippedHorizontally, bool isFlippedVertically, CancellationToken cancellationToken = default )
Parameters
- materialType MaterialType
- The material type of section
- depth Double
- The depth (in [mm])
- breadth Double
- The breadth (in [mm])
- webThickness Double
- The web thickness (in [mm])
- flangeThickness Double
- The flange thickness (in [mm])
- distanceOfStemCentre Double
- The offset of the stem centre-line from the left-hand end (in [mm])
- isFlippedHorizontally Boolean
- A value indicating whether the section should be flipped horizontally
- isFlippedVertically Boolean
- A value indicating whether the section should be flipped vertically
- cancellationToken CancellationToken (Optional)
- The optional cancellation token
Return Value
TaskIParametricTSectionA parametric T section with given parameters
See Also