Click or drag to resize

Trajectory Interface

Represents the base contract for all tool trajectories in the woodwork automation system. A trajectory defines the complete path and sequence of movements that a tool follows during a manufacturing operation. Trajectories specify depth progression, lead-in/lead-out behavior, and other kinematic parameters essential for precise CNC execution. All specialized trajectory types (drill, mill, pocket, cut, groove, nesting, calibration) inherit from this interface to maintain consistent trajectory management throughout the manufacturing workflow.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
public interface Trajectory

The Trajectory type exposes the following members.

Properties
 NameDescription
Public propertyTrajectoryType Returns the trajectory type classification as defined by TrajectoryTypeEnum. Supported types include: DrillTrajectory (hole making), MillTrajectory (milling paths), PocketTrajectory (pocket creation), CutTrajectory (cutting operations), GrooveTrajectory (groove creation), NestingTrajectory (nesting optimization), CalibrationTrajectory (mill calibration), and CutCalibrationTrajectory (cut calibration). The trajectory type determines the operational characteristics and available parameters for the specific manufacturing operation.
Top
See Also