Click or drag to resize

DrillOperationTrajectories Property

Returns the collection of DrillTrajectory objects associated with the drilling operation. Each trajectory represents a distinct hole location with its own position (via Point StartPoint), depth parameters, and cover detection information for precise drilling execution.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
IList<DrillTrajectory> Trajectories { get; }

Property Value

IListDrillTrajectory
See Also