Table of Contents

Class Coolant

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Section key holder + concrete implementation for ICoolantDef.

public class Coolant : ICoolantDef
Inheritance
Coolant
Implements
Inherited Members
Extension Methods

Fields

Flood

Flood coolant (corresponds to M08).

public const string Flood = "Flood"

Field Value

string

Mist

Mist coolant (corresponds to M07).

public const string Mist = "Mist"

Field Value

string

Off

Coolant off (corresponds to M09).

public const string Off = "Off"

Field Value

string

Properties

IsOn

Whether any coolant is currently active.

public bool IsOn { get; set; }

Property Value

bool

Mode

Abstract coolant mode (Flood / Mist / Off).

public string Mode { get; set; }

Property Value

string