Nest |
The NestTrajectory type exposes the following members.
| Name | Description | |
|---|---|---|
| Allowance | Gets the allowance for the nesting operation. | |
| BreakthroughDepth | Gets the breakthrough depth for tool penetration beyond the material. | |
| BridgeHeight | Gets the bridge height between features. Zero if not defined. | |
| ClearanceDepth | Gets the clearance depth above the material surface. | |
| Depth | Gets the actual nesting tool depth. | |
| FullDepth | Gets the full nesting depth including tool breakthrough for through trajectories. | |
| IsBlind | Gets a value indicating whether the nesting operation is blind. Returns true if the nesting operation is blind, or false if it is through. | |
| IsClosed | 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. | |
| MaxStepOver | Gets the maximum step over. | |
| NestedFullFileName | Gets the full file name of the nested part associated with the trajectory. | |
| NestedPartCode | Gets the code of the nested part associated with the trajectory. | |
| NestedPartName | Gets the name of the nested part associated with the trajectory. | |
| NestingContour | 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. | |
| PartHoldType | Gets the enum specifying how to maintain the piece position at a nest-milling operation. | |
| PrimaryContour | 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. | |
| SafePointDepth | Gets the safe point depth for tool retraction. | |
| Stepover | Gets the step over distance for tool engagement. | |
| TrajectoryType |
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) |