Interface ISpindleOrientationDef
Oriented spindle stop item for use inside ItemsKey arrays. Commands the spindle to stop at a specific angular position (OSS). Resolved by Hi.NcParsers.Semantics.CompoundMotionSemanticUtil into ActSpindleOrientation.
public interface ISpindleOrientationDef
- Extension Methods
Examples
{ "SpindleOrientation": { "Angle_deg": 0.0 } }
Properties
Angle_deg
Target spindle stop angle in degrees.
double Angle_deg { get; set; }