 | PockOperationTrajectories Property |
Returns the collection of
PockTrajectory objects that define the complete cutting sequence for the pocketing operation.
Each trajectory in the collection represents a distinct phase of material removal including roughing passes with step-over patterns,
island avoidance, middle removal, and finish contour refinement. The trajectories are executed in sequence to progressively remove
material from the pocket while maintaining optimal tool engagement and achieving the desired cavity geometry and surface finish.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
SyntaxIList<PockTrajectory> Trajectories { get; }ReadOnly Property Trajectories As IList(Of PockTrajectory)
Get
Property Value
IListPockTrajectory
See Also