Table of Contents

Enum SpindleDirection

Namespace
Hi.Numerical
Assembly
HiGeom.dll

Enumeration of spindle rotation directions.

public enum SpindleDirection
Extension Methods

Fields

CCW = 2

Counter-clockwise rotation (M04 command).

CW = 1

Clockwise rotation (M03 command).

STOP = 0

Spindle is stopped (M05 command).

UnDefined = 3

Undefined direction state.