Table of Contents

Class Positioning

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Section key holder + concrete implementation for IPositioningDef.

public class Positioning : IPositioningDef
Inheritance
Positioning
Implements
Inherited Members
Extension Methods

Fields

Absolute

Absolute positioning mode name (corresponds to G90).

public const string Absolute = "Absolute"

Field Value

string

Incremental

Incremental positioning mode name (corresponds to G91).

public const string Incremental = "Incremental"

Field Value

string

Properties

Mode

Conventional positioning mode name (Absolute / Incremental).

public string Mode { get; set; }

Property Value

string

Term

NC term of the positioning code on this block (G90 or G91).

public string Term { get; set; }

Property Value

string