Table of Contents

Class Motion

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Section key holder + concrete implementation for IMotionDef.

public class Motion : IMotionDef
Inheritance
Motion
Implements
Inherited Members
Extension Methods

Properties

Form

Interpolation form. See MotionForm.

public string Form { get; set; }

Property Value

string

IsRapid

True for rapid traverse; false (default) for programmed feedrate.

public bool IsRapid { get; set; }

Property Value

bool

Mode

G-code that triggered this motion (e.g., “G00”, “G01”). Optional for inner motions within compound commands (e.g., canned cycles).

public string Mode { get; set; }

Property Value

string