Click or drag to resize

CutCalibrationTrajectory Interface

Represents a cutting calibration trajectory in the woodwork automation system. A cut calibration trajectory defines the complete movement sequence for a calibration cutting operation.

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

The CutCalibrationTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyBreakthrough Gets the breakthrough depth that defines penetration beyond the material surface.
Public propertyCutFromInside 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).
Public propertyCutPaths 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.
Public propertyDepth Gets the actual cutting depth for the main cut operation.
Public propertyFaceDepth Gets the cutting depth for the face (top surface) of the material.
Public propertySavePlaneHeight Gets the height of the safe plane above the cutting surface.
Public propertyScoringEnabled Gets a value indicating whether the scoring cut is enabled. Returns true if the scoring cut is enabled, or false if it is disabled.
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.
(Inherited from Trajectory)
Public propertyWidth Gets the width of the cut path.
Top
See Also