 | 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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
SyntaxIList<PockTrajectory> Trajectories { get; }ReadOnly Property Trajectories As IList(Of PockTrajectory)
Get
Property Value
IListPockTrajectory
See Also