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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
IList<GrooveTrajectory> Trajectories { get; }

Property Value

IListGrooveTrajectory
See Also