Interface IUnitDef
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
string System { get; set; }
Property Value
Term
NC term of the unit code on this block (G20 or G21).
string Term { get; set; }