Table of Contents

Class Unit

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Section key holder + concrete implementation for IUnitDef.

public class Unit : IUnitDef
Inheritance
Unit
Implements
Inherited Members
Extension Methods

Fields

Inch

Inch unit-system name (corresponds to G20).

public const string Inch = "Inch"

Field Value

string

Metric

Metric unit-system name (corresponds to G21).

public const string Metric = "Metric"

Field Value

string

Properties

System

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

public string System { get; set; }

Property Value

string

Term

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

public string Term { get; set; }

Property Value

string