Click or drag to resize

Spindle Interface

Represents a spindle in the woodwork automation system. A spindle is the rotating element of a CNC machine that drives cutting tools during manufacturing operations. Spindles define the tool currently mounted, tool identification method, and rotational characteristics necessary for coordinating tool selection and performance parameters throughout the machining workflow.

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

The Spindle type exposes the following members.

Properties
 NameDescription
Public propertyCode Gets the code identifying this spindle in the CNC machine.
Public propertyName Gets the user-displayable name of the spindle.
Public propertyTool Returns the Tool object currently mounted in the spindle. The tool provides cutting capabilities including diameter, working length, and rotation direction parameters.
Public propertyToolIdentifiedBy Returns the tool identification method as defined by ToolSpecifyingEnum. The identification method determines how tools are selected and referenced in manufacturing operations.
Top
See Also