Enum 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)
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public enum CLDPlaneType
Fields
| Name | Description |
|---|---|
| InvXY | Standard plane opposite to XY plane (-17) |
| InvYZ | Standard plane opposite to YZ plane (-19) |
| InvZX | Standard plane opposite to ZX plane (-18) |
| XY | Standard plane XY or G17 |
| YZ | Standard plane YZ or G19 |
| ZX | Standard plane ZX or G18 |