Interface IParametricTrapeziumSection
Represents a parametric trapezium section
Inherited Members
Namespace: TSD.API.Remoting.Sections
Assembly: TSD.API.Remoting.dll
Syntax
public interface IParametricTrapeziumSection : IParametricSection, ISection
Properties
| Name | Description |
|---|---|
| Angle | Gets the angle of the sides (in [rad]) |
| Depth | Gets the depth (in [mm]) |
| IsFlippedHorizontally | Gets a value indicating whether the vertices are flipped horizontally |
| IsFlippedVertically | Gets a value indicating whether the vertices are flipped vertically |
| LongerParallelSideLength | Gets the length of the longer parallel side (in [mm]) |
| ShorterParallelSideLength | Gets the length of the shorter parallel side (in [mm]) |