Click or drag to resize

Tool Interface

Represents a cutting tool in the woodwork automation system. A tool defines a physical cutting implement with specific dimensions and operational characteristics. Tools specify cutting capabilities including diameter, working length, and rotation direction that constrain and govern all milling, drilling, and cutting operations in manufacturing processes throughout the woodwork automation workflow.

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

The Tool type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets the tool code identifying this cutting implement.
Public propertyDiameter Gets the diameter of the tool's cutting edge.
Public propertyName Gets the user-displayable name of the tool.
Public propertyRotationDirection Returns the rotation direction of the tool as defined by ToolRotationDirectionEnum. The rotation direction determines tool engagement and cutting mechanics for specific material types.
Public propertyWorkingLength Gets the working length of the tool (from holder to cutting tip).
Top
See Also