Table of Contents

Class ActSpindleSpeed

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

Represents an act that controls the spindle speed in numerical control operations.

public class ActSpindleSpeed : IAct
Inheritance
ActSpindleSpeed
Implements
Inherited Members
Extension Methods

Constructors

ActSpindleSpeed()

Initializes a new instance of the ActSpindleSpeed class.

public ActSpindleSpeed()

Properties

SpindleDirection

Gets or sets the spindle rotation direction.

public SpindleDirection SpindleDirection { get; set; }

Property Value

SpindleDirection

SpindleSpeed_radds

Gets or sets the spindle speed in radians per second.

public double SpindleSpeed_radds { get; set; }

Property Value

double

SpindleSpeed_rpm

Gets or sets the spindle speed in revolutions per minute.

public double SpindleSpeed_rpm { get; set; }

Property Value

double

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.