Click or drag to resize

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.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
IList<GrooveTrajectory> Trajectories { get; }

Property Value

IListGrooveTrajectory
See Also