Class CLDOriginPositionMode
The flag that defines the way to change the axes values when switching the current coordinate system.
Inheritance
object
CLDOriginPositionMode
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class CLDOriginPositionMode : Enum
Fields
Move
Switch the coordinate system, then turn the rotary axes to make the tool parallel to the Z-axis of the new coordinate system and finally move the linear axes to exact position of the new coordinate system.
Declaration
public const CLDOriginPositionMode Move = 2
Field Value
Type | Description |
---|---|
CLDOriginPositionMode |
Stay
Do not move the machine axes, just to switch the coordinate system.
Declaration
public const CLDOriginPositionMode Stay = 0
Field Value
Type | Description |
---|---|
CLDOriginPositionMode |
Turn
Switch the coordinate system and turn the rotary axes to make the tool parallel to the Z-axis of the new coordinate system.
Declaration
public const CLDOriginPositionMode Turn = 1
Field Value
Type | Description |
---|---|
CLDOriginPositionMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |