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

Property Value

IListDrillTrajectory
See Also