ISection |
Returns a parametric trapezium 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<IParametricTrapeziumSection> GetParametricTrapeziumSectionAsync( MaterialType materialType, double depth, double angle, double longerParallelSideLength, double shorterParallelSideLength, bool isFlippedHorizontally, bool isFlippedVertically, CancellationToken cancellationToken = default )
Parameters
- materialType MaterialType
- The material type of section
- depth Double
- The depth (in [mm])
- angle Double
- The angle of the sides (in [rad])
- longerParallelSideLength Double
- The length of the longer parallel side (in [mm])
- shorterParallelSideLength Double
- The length of the shorter parallel side (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
TaskIParametricTrapeziumSectionA parametric trapezium section with given parameters
See Also