Class ActSpindleOrientation
Oriented spindle stop — commands the spindle to stop at a specific angular position. Used by G76 (fine boring) and G87 (back boring) to orient the tool before lateral shift.
public class ActSpindleOrientation : IAct
- Inheritance
-
ActSpindleOrientation
- Implements
- Inherited Members
- Extension Methods
Constructors
ActSpindleOrientation()
public ActSpindleOrientation()
ActSpindleOrientation(double)
public ActSpindleOrientation(double angle_rad)
Parameters
angle_raddouble
Properties
Angle_deg
Target spindle angle in degrees.
public double Angle_deg { get; set; }
Property Value
Angle_rad
Target spindle angle in radians.
public double Angle_rad { 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.