Table of Contents

Interface IUnitDef

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Unit-system state (ISO Group 06: G20 inch / G21 metric). Written by UnitModeSyntax. Modal.

HiNC's NC pipeline works exclusively in millimetres. G21 is therefore a no-op confirmation of the default; G20 is reported as an Unsupported Error and callers are expected to pre-convert the NC program to metric before loading.

public interface IUnitDef
Extension Methods

Examples

"Unit": { "Term": "G21", "System": "Metric" }

Properties

System

Abstract name of the unit system (Metric / Inch).

string System { get; set; }

Property Value

string

Term

NC term of the unit code on this block (G20 or G21).

string Term { get; set; }

Property Value

string