Interface IMachiningMotionResolution
- Namespace
- Hi.Numerical.MachiningMotionResolutionUtils
- Assembly
- HiMech.dll
Interface of Machining Cycle Resolution.
public interface IMachiningMotionResolution : IMakeXmlSource
- Inherited Members
- Extension Methods
Properties
LinearResolution_mm
Linear axis resolution in millimeter.
double LinearResolution_mm { get; }
Property Value
RotaryResolution_deg
Rotary axis resolution in degree.
double RotaryResolution_deg { get; }
Property Value
RotaryResolution_rad
Rotary axis resolution in radian.
double RotaryResolution_rad { get; }