Click or drag to resize

Segment Interface

The Segment object. The object is a mathematical object and represents one of the geometry types in the CAM data.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface Segment

The Segment type exposes the following members.

Properties
 NameDescription
Public propertyDirection Gets the Vector direction of the segment.
Public propertyEndPoint Gets the end Point of the segment.
Public propertyLength Gets the length of the segment.
Public propertyStartPoint Gets the start Point of the segment.
Top
See Also