 | 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.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
SyntaxIList<MillTrajectory> Trajectories { get; }ReadOnly Property Trajectories As IList(Of MillTrajectory)
Get
Property Value
IListMillTrajectory
See Also