Interface ISlabItemOverhangData
Represents additional data of slab item if the slab item is overhang
Namespace: TSD.API.Remoting.Structure
Assembly: TSD.API.Remoting.dll
Syntax
public interface ISlabItemOverhangData
Properties
| Name | Description |
|---|---|
| Curvature | Gets the curvature of the overhang (in [mm]) |
| IsEdgeParallel | Gets a value indicating whether the overhang is parallel to the edge it belongs to |
| IsTapered | Gets a value indicating whether the overhang is tapered |
| Width1 | Gets the width of the overhang at the first point (in [mm]) |
| Width2 | Gets the width of the overhang at the second point (in [mm]) |