Click or drag to resize

NestTrajectory Interface

Represents the nesting-milling operation trajectory in the woodwork automation system. A nesting trajectory defines the complete path for a milling operation, including cutting path, tool approach, and tool retraction sequences with specific depth, stepover, and allowance parameters.

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

The NestTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyAllowance Gets the allowance for the nesting operation.
Public propertyBreakthroughDepth Gets the breakthrough depth for tool penetration beyond the material.
Public propertyBridgeHeight Gets the bridge height between features. Zero if not defined.
Public propertyClearanceDepth Gets the clearance depth above the material surface.
Public propertyDepth Gets the actual nesting tool depth.
Public propertyFullDepth Gets the full nesting depth including tool breakthrough for through trajectories.
Public propertyIsBlind Gets a value indicating whether the nesting operation is blind. Returns true if the nesting operation is blind, or false if it is through.
Public propertyIsClosed Gets a value indicating whether the nesting operation contour is closed. Returns true if the nesting operation contour is closed, or false if it is open.
Public propertyMaxStepOver Gets the maximum step over.
Public propertyNestedFullFileName Gets the full file name of the nested part associated with the trajectory.
Public propertyNestedPartCode Gets the code of the nested part associated with the trajectory.
Public propertyNestedPartName Gets the name of the nested part associated with the trajectory.
Public propertyNestingContour Returns the MainContour object that defines the primary cutting path for the nesting operation. The nesting contour specifies the geometric boundary with offset strategy and lead-in/lead-out transitions that guide the tool through the complete nesting cutting sequence.
Public propertyPartHoldType Gets the enum specifying how to maintain the piece position at a nest-milling operation.
Public propertyPrimaryContour Returns the PrimaryContour object that defines the primary contour geometry for tool path building. The primary contour manages the contour type (rectangular, circular, or variant), offset positioning, and the main geometric path to precisely define the manufactured feature shape and dimensions.
Public propertySafePointDepth Gets the safe point depth for tool retraction.
Public propertyStepover Gets the step over distance for tool engagement.
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