Class ActSpindleSpeed
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
SpindleSpeed_radds
Gets or sets the spindle speed in radians per second.
public double SpindleSpeed_radds { get; set; }
Property Value
SpindleSpeed_rpm
Gets or sets the spindle speed in revolutions per minute.
public double SpindleSpeed_rpm { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.