Click or drag to resize

DrillHeadTool Interface

Represents a drilling tool within a drill head sequence in the woodwork automation system. A drill head tool defines an individual tool configuration with specific positioning, direction constraints, and compensation parameters used during coordinated multi-hole drilling operations. Each tool maintains its own code, setup commands, and geometric properties that define its behavior within the larger multi-drill aggregate manufacturing process.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntax
public interface DrillHeadTool

The DrillHeadTool type exposes the following members.

Properties
 NameDescription
Public propertyBinaryNumber Gets the binary representation of the tool number.
Public propertyCode Gets the tool code.
Public propertyDiameter Gets the tool diameter.
Public propertyDirectionType Gets the direction constraint type for this tool as defined by ToolDirectionEnum. Supported directions: Any (all directions), X (X-axis only), or Y (Y-axis only).
Public propertyHeadM Gets the machine command to set up the drill head.
Public propertyHeightCompensation Gets the machine command for tool height compensation.
Public propertyNumber Gets the tool number.
Public propertyShift Returns the shift vector indicating the tool's offset position relative to the sequence origin. This vector defines the spatial displacement used during tool positioning calculations.
Public propertyWorkCoordinate Gets the machine command to set up the working coordinate system.
Top
See Also