Click or drag to resize

NestTrajectory Interface

Represents the nesting-milling operation object.

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

The NestTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyAllowance Gets the allowance.
Public propertyBreakthroughDepth Gets the breakthrough depth.
Public propertyBridgeHeight Gets the bridge height. Zero if not defined.
Public propertyClearanceDepth Gets the clearance depth.
Public propertyDepth Gets the actual nesting tool depth.
Public propertyFullDepth Gets the full nesting depth. It includes tool breakthrough for the through trajectory.
Public propertyIsBlind Gets the flag indicating whether the nesting operation is blind. True if nesting operation is blind, or false if it through.
Public propertyIsClosed Gets the flag indicating whether the nesting operation contour is closed. True if nesting operation is closed, or false if it open.
Public propertyMaxStepOver Gets the maximum step over.
Public propertyNestingContour Returns the collection of the MainContour objects associated with the nesting contour.
Public propertyPrimaryContour Gets the primary nest 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