Click or drag to resize

MillCalibrationTrajectory Interface

Represents a milling calibration trajectory in the woodwork automation system. A mill 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 MillCalibrationTrajectory : Trajectory

The MillCalibrationTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyBreakthroughDepth Gets the breakthrough depth that defines tool penetration beyond the material surface.
Public propertyClearanceDepth Gets the clearance depth defining the vertical distance above the cutting surface for safe tool positioning.
Public propertyDepth Gets the actual milling depth for the calibration pass.
Public propertyFullDepth Gets the full milling depth including tool breakthrough for through calibration trajectories.
Public propertyLoopRadius Gets the loop radius controlling the entry curve for smooth tool engagement into the side cutting.
Public propertyMaxStepOver Gets the maximum stepover distance defining the maximum radial engagement per pass.
Public propertyMillContour Returns the MainContour containing the main calibration cutting geometry.
Public propertyPrimaryContour Returns the PrimaryContour defining the primary mill calibration geometry bounds.
Public propertySafePointDepth Gets the safe point depth for tool positioning during the calibration operation.
Public propertyStepover Gets the actual stepover distance applied during the calibration cutting. Stepover controls the tool's radial advance and affects cutting load and surface finish quality.
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)
Top
See Also