Click or drag to resize

PockTrajectory Interface

Represents the pocketing trajectory object.

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

The PockTrajectory type exposes the following members.

Properties
 NameDescription
Public propertyAllowance Gets the allowance.
Public propertyAllowanceDepth Gets the allowance depth.
Public propertyClearanceDepth Gets the clearance depth.
Public propertyContainsIslands Gets a value indicating whether pock has islands. Gets the flag indicating whether the pocketing contour has islands. True if the step over is used, or false if it not.///
Public propertyDepth Pocket depth
Public propertyFinishContours Returns the collection of the MainContour objects associated with the finish contour.
Public propertyFinishContourStepover Gets the flag indicating whether to use step over for pocketing finish contour. True if the step over is used, or false if it not.
Public propertyFullDepth Gets the full pocketing depth. It includes tool breakthrough for the through trajectory.
Public propertyMiddleRemovalContours Returns the collection of the MainContour objects associated with the middle removal contour.
Public propertyPrimaryContours Returns the collection of the PrimaryContour objects associated with the primary pocket contour.
Public propertySafePointDepth Gets the safe point depth.
Public propertyStepover Gets the step over.
Public propertyToolOverlap Gets the tool overlap.
Public propertyTrajectoryType Gets the trajectory type of TrajectoryTypeEnum.
(Inherited from Trajectory)
Top
See Also