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

Property Value

IListDrillTrajectory
See Also