 | 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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
SyntaxIList<GrooveTrajectory> Trajectories { get; }ReadOnly Property Trajectories As IList(Of GrooveTrajectory)
Get
Property Value
IListGrooveTrajectory
See Also