Class ActFeedrate
Represents a feedrate action for controlling the speed of machining operations.
public class ActFeedrate : IAct
- Inheritance
-
ActFeedrate
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
ActFeedrate()
Initializes a new instance of the ActFeedrate class with default feedrate.
public ActFeedrate()
ActFeedrate(double)
Initializes a new instance of the ActFeedrate class with the specified feedrate.
public ActFeedrate(double feedrate_mmds)
Parameters
feedrate_mmds
doubleThe feedrate in millimeters per second.
Properties
Feedrate_mmdmin
Gets or sets the feedrate in millimeters per minute.
public double Feedrate_mmdmin { get; set; }
Property Value
Feedrate_mmds
Gets or sets the feedrate in millimeters per second.
public double Feedrate_mmds { 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.