 | CutTrajectory Interface |
Represents a cutting trajectory in the woodwork automation system.
A cut trajectory defines the complete movement sequence for a cutting operation,
including tool engagement, cutting path execution, and tool disengagement with specific depth, width,
and allowance parameters. Cut trajectories manage main cuts and optional scoring cuts to ensure
clean, precise cuts through the workpiece material in CNC cutting operations.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntaxpublic interface CutTrajectory
Public Interface CutTrajectory
The CutTrajectory type exposes the following members.
Properties| | Name | Description |
|---|
 | Allowance |
Gets the allowance margin between the cutting path and the final dimension.
This margin provides a safety buffer for precision finishing operations.
|
 | Breakthrough |
Gets the breakthrough depth that defines penetration beyond the material surface.
|
 | CutFromInside |
Gets a value indicating whether the tool axis vector aligns with the machining plane normal vector direction.
Returns true if the tool cuts from inside (same direction), or false if cutting from outside (opposite direction).
|
 | CutPaths |
Returns the collection of CutPaths containing main and optional scoring cut paths associated with the trajectory.
The cut paths include main cut trajectories (lead-in, cut, lead-out) and optional scoring cut trajectories,
defining the complete cutting sequence for the operation.
|
 | Depth |
Gets the actual cutting depth for the main cut operation.
|
 | FaceDepth |
Gets the cutting depth for the face (top surface) of the material.
|
 | IsToolAxisInverted |
Gets a value indicating whether the tool axis vector direction is inverted from its standard orientation.
Returns true if the axis direction is inverted, or false if the axis direction is standard.
|
 | SavePlaneHeight |
Gets the height of the safe plane above the cutting surface where the tool travels between cuts.
|
 | ScoringCutDepth |
Gets the cutting depth of the optional scoring cut that precedes the main cut.
|
 | ScoringEnabled |
Gets a value indicating whether the scoring cut is enabled.
Returns true if the scoring cut is enabled, or false if it is disabled.
|
 | TrajectoryType |
Returns the trajectory type classification as defined by TrajectoryTypeEnum.
The value is CutTrajectory for cutting operations.
|
 | Width |
Gets the cutting width dimension.
|
Top
See Also