ISlabItemEdge Interface

Represents an edge of a ISlabItem

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public interface ISlabItemEdge

The ISlabItemEdge type exposes the following members.

Properties
  NameDescription
Public propertyCurvature
Returns the curvature of the edge (in [mm])
Public propertyIsLinear
Gets a value indicating whether the edge is linear
Public propertySegment
Gets the ISegment2D representing the edge
Top
See Also