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: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
IList<PockTrajectory> Trajectories { get; }

Property Value

IListPockTrajectory
See Also