Click or drag to resize

Segment Interface

Represents a line segment geometry element in the woodwork automation system. A segment is a straight line connecting two points in three-dimensional space, forming the basic linear component of contours and cutting paths. Segments are fundamental building blocks used in manufacturing geometry definitions for straight cuts, movements, and linear interpolation operations essential to woodwork CNC machining.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public interface Segment

The Segment type exposes the following members.

Properties
 NameDescription
Public propertyDirection Returns the Vector indicating the direction and orientation of the segment from the start point toward the end point.
Public propertyEndPoint Returns the end Point of the segment in three-dimensional space.
Public propertyLength Gets the length of the segment between start and end points.
Public propertyStartPoint Returns the start Point of the segment in three-dimensional space.
Top
See Also