Click or drag to resize

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.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
IList<PockTrajectory> Trajectories { get; }

Property Value

IListPockTrajectory
See Also