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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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