Interface IToolingMcConfig
- Namespace
- Hi.NcParsers.Dependencys
- Assembly
- HiMech.dll
Machine position axes move to during tool change (M06).
public interface IToolingMcConfig : INcDependency, IMakeXmlSource
- Inherited Members
- Extension Methods
Properties
ToolingMcAbc_deg
ABC tooling position in degrees. NaN per missing or stay-in-place axis.
Vec3d ToolingMcAbc_deg { get; set; }
Property Value
ToolingMcXyz
XYZ tooling position. NaN per missing or stay-in-place axis.
Vec3d ToolingMcXyz { get; set; }
Property Value
Methods
GetToolingPosition(string)
Gets the tooling position for a specific axis. Returns NaN if the axis should stay where it is. Returns null if the axis has no tooling position configured.
double? GetToolingPosition(string axisName)
Parameters
axisNamestring
Returns
SetToolingPosition(string, double)
Sets the tooling position for a specific axis. Use NaN to indicate the axis should stay.
void SetToolingPosition(string axisName, double value)