ISection |
Returns a parametric L section with given parameters
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 23.1.0.154
Syntax
Task<IParametricLSection> GetParametricLSectionAsync( MaterialType materialType, double depth, double breadth, double webThickness, double flangeThickness, 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])
- 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
TaskIParametricLSectionA parametric L section with given parameters
See Also