Cut |
The CutCalibrationTrajectory type exposes the following members.
| Name | Description | |
|---|---|---|
| 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 calibration trajectory. The cut paths include main cut trajectories (lead-in, cut, lead-out) and optional scoring cut trajectories, defining the complete cutting sequence. | |
| Depth | Gets the actual cutting depth for the main cut operation. | |
| FaceDepth | Gets the cutting depth for the face (top surface) of the material. | |
| SavePlaneHeight | Gets the height of the safe plane above the cutting surface. | |
| 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.
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.
(Inherited from Trajectory) | |
| Width | Gets the width of the cut path. |