Click or drag to resize

MillCalibrationTrajectory Interface

Represents the milling calibration operation object.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntax
public interface MillCalibrationTrajectory : Trajectory

The MillCalibrationTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyBreakthroughDepth Gets the breakthrough depth.
Public propertyClearanceDepth Gets the clearance depth.
Public propertyDepth Gets the actual milling depth.
Public propertyFullDepth Gets the full milling depth. It includes tool breakthrough for the through trajectory.
Public propertyLoopRadius Gets the radius of loop to get smooth entry to the side cut.
Public propertyMaxStepOver Gets the maximum step over.
Public propertyMillContour Returns the collection of the objects:
Public propertyPrimaryContour Gets the primary mill calibration contour for build tool path.
Public propertySafePointDepth Gets the safe point depth.
Public propertyStepover Gets the step over.
Public propertyTrajectoryType Gets the trajectory type of TrajectoryTypeEnum.
(Inherited from Trajectory)
Top
See Also