Click or drag to resize

DrillHeadSequence Interface

Represents a drilling tools sequence in the woodwork automation system. A drill head sequence is an organized collection of drilling tools that are executed in a specific order to perform coordinated multi-hole drilling operations. The sequence maintains information about each tool's position, properties, and execution parameters, enabling efficient tool changes and coordinated drilling throughout the manufacturing process.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
public interface DrillHeadSequence

The DrillHeadSequence type exposes the following members.

Properties
 NameDescription
Public propertyDrillHeadTools Returns the collection of DrillHeadTool objects that compose the drilling sequence. Each tool in the collection represents a drilling operation with its own parameters and execution order.
Public propertyNumberOfTools Gets the total number of tools in the sequence.
Top
See Also