Class CLDOriginType
The type of the ORIGIN command: standard workpiece coordinate system selection (G54-G59...) or the specific local coordinate system switching (G68.2, PLANE SPATIAL, Cycle800...).
Inheritance
object
CLDOriginType
Namespace: SprutCAMTech.SCPostprocessor
Assembly: SprutCAMTech.SCPostprocessor.dll
Syntax
public sealed class CLDOriginType : Enum
Fields
LocalCS
Specific local coordinate system switching (G68.2, PLANE SPATIAL, Cycle800...).
Declaration
public const CLDOriginType LocalCS = 1
Field Value
Type | Description |
---|---|
CLDOriginType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |
WorkpieceCS
Standard workpiece coordinate system selection (G54-G59...).
Declaration
public const CLDOriginType WorkpieceCS = 0
Field Value
Type | Description |
---|---|
CLDOriginType |