Class CLDSpindleAction
The action for the SPINDLE CLData command (on, off or orient).
Inheritance
object
CLDSpindleAction
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class CLDSpindleAction : Enum
Fields
Off
Turn off the spindle.
Declaration
public const CLDSpindleAction Off = 1
Field Value
Type | Description |
---|---|
CLDSpindleAction |
On
Turn on the spindle.
Declaration
public const CLDSpindleAction On = 0
Field Value
Type | Description |
---|---|
CLDSpindleAction |
Orient
Rotate the spindle to the specified angular position.
Declaration
public const CLDSpindleAction Orient = 2
Field Value
Type | Description |
---|---|
CLDSpindleAction |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |