ISection |
Returns a parametric C 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<IParametricCSection> GetParametricCSectionAsync( MaterialType materialType, double depth, double breadth, double webThickness, double topFlangeThickness, double bottomFlangeThickness, 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])
- topFlangeThickness Double
- The top flange thickness (in [mm])
- bottomFlangeThickness Double
- The bottom 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
TaskIParametricCSectionA parametric C section with given parameters
See Also