Class CLDRotationDir
Spindle rotation direction flag.
Inheritance
object
CLDRotationDir
Namespace: SprutCAMTech.SCPostprocessor
Assembly: SprutCAMTech.SCPostprocessor.dll
Syntax
public sealed class CLDRotationDir : Enum
Fields
CCW
Spindle rotates in counterclockwise direction.
Declaration
public const CLDRotationDir CCW = 2
Field Value
Type | Description |
---|---|
CLDRotationDir |
CW
Spindle rotates in clockwise direction.
Declaration
public const CLDRotationDir CW = 1
Field Value
Type | Description |
---|---|
CLDRotationDir |
Stopped
Spindle is stopped.
Declaration
public const CLDRotationDir Stopped = 0
Field Value
Type | Description |
---|---|
CLDRotationDir |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |