Class CLDPlaneType
One of 6 standard planes for circles, canned cycles or other machining purposes (XY - G17, YZ - G19, ZX - G18, Inverted XY, Inverted YZ, Inverted ZX)
Inheritance
object
CLDPlaneType
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public sealed class CLDPlaneType : Enum
Fields
InvXY
Standard plane opposite to XY plane (-17)
Declaration
public const CLDPlaneType InvXY = -17
Field Value
Type | Description |
---|---|
CLDPlaneType |
InvYZ
Standard plane opposite to YZ plane (-19)
Declaration
public const CLDPlaneType InvYZ = -19
Field Value
Type | Description |
---|---|
CLDPlaneType |
InvZX
Standard plane opposite to ZX plane (-18)
Declaration
public const CLDPlaneType InvZX = -18
Field Value
Type | Description |
---|---|
CLDPlaneType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
int |
XY
Standard plane XY or G17
Declaration
public const CLDPlaneType XY = 17
Field Value
Type | Description |
---|---|
CLDPlaneType |
YZ
Standard plane YZ or G19
Declaration
public const CLDPlaneType YZ = 19
Field Value
Type | Description |
---|---|
CLDPlaneType |
ZX
Standard plane ZX or G18
Declaration
public const CLDPlaneType ZX = 18
Field Value
Type | Description |
---|---|
CLDPlaneType |