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.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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