Table of Contents

Class ActSpindleOrientation

Namespace
Hi.Numerical.Acts
Assembly
HiMech.dll

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()

Creates an orientation act with zero target angle.

public ActSpindleOrientation()

ActSpindleOrientation(double)

Creates an orientation act with the given spindle angle.

public ActSpindleOrientation(double angle_rad)

Parameters

angle_rad double

Target orientation about the spindle axis, radians.

Properties

Angle_deg

Target spindle angle in degrees.

public double Angle_deg { get; set; }

Property Value

double

Angle_rad

Target spindle angle in radians.

public double Angle_rad { 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.