Click or drag to resize

MillOperationTrajectories Property

Returns the collection of MillTrajectory objects associated with the milling operation. Each trajectory represents a distinct milling pass including lead-in, main contour cutting with orbital landing support, optional corner recess, and lead-out sequences. Multiple trajectories enable complex multi-pass milling with variable depths, stepover parameters, and cutting strategies to achieve precise part geometry and surface finish.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
IList<MillTrajectory> Trajectories { get; }

Property Value

IListMillTrajectory
See Also