Click or drag to resize

CutTrajectory Properties

The CutTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyAllowance Gets the allowance margin between the cutting path and the final dimension. This margin provides a safety buffer for precision finishing operations.
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 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.
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 propertyIsToolAxisInverted 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.
Public propertySavePlaneHeight Gets the height of the safe plane above the cutting surface where the tool travels between cuts.
Public propertyScoringCutDepth Gets the cutting depth of the optional scoring cut that precedes the main cut.
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. The value is CutTrajectory for cutting operations.
Public propertyWidth Gets the cutting width dimension.
Top
See Also