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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
IList<GrooveTrajectory> Trajectories { get; }

Property Value

IListGrooveTrajectory
See Also