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: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
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