Table of Contents

Class SpindleSpeed

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

Section key holder + concrete implementation for ISpindleSpeedDef.

public class SpindleSpeed : ISpindleSpeedDef
Inheritance
SpindleSpeed
Implements
Inherited Members
Extension Methods

Properties

Direction

Spindle rotation direction. Stored in JSON as the enum name (e.g. “CW”, “CCW”, “STOP”).

public SpindleDirection Direction { get; set; }

Property Value

SpindleDirection

SpindleSpeed_rpm

Spindle speed in RPM.

public double SpindleSpeed_rpm { get; set; }

Property Value

double