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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
IList<MillTrajectory> Trajectories { get; }

Property Value

IListMillTrajectory
See Also