 | GrooveOperationTrajectories Property |
Returns the collection of
GrooveTrajectory objects associated with the groove operation.
Each trajectory represents a distinct grooving pass including lead-in, groove cutting, and lead-out sequences.
Multiple trajectories enable complex groove creation with optional cleaning passes and variable depths.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
SyntaxIList<GrooveTrajectory> Trajectories { get; }ReadOnly Property Trajectories As IList(Of GrooveTrajectory)
Get
Property Value
IListGrooveTrajectory
See Also