Table of Contents

Interface IPlaneSelectDef

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Active plane selection state written by PlaneSelectSyntax. Property names are used as JSON keys via nameof.

ISO: G17/G18/G19. Heidenhain: implicit from L/CC syntax. Plane is stored as the conventional axis-pair name (XY/ZX/YZ), not as brand-specific G-codes.

public interface IPlaneSelectDef
Extension Methods

Examples

"PlaneSelect": { "Plane": "XY" }

Properties

Plane

Active plane axis-pair (XY, ZX, or YZ).

string Plane { get; set; }

Property Value

string