Class MillingToolUtil
- Namespace
- Hi.MillingMech.MillingTools
- Assembly
- HiMech.dll
Provides utility methods for working with milling tools.
public static class MillingToolUtil
- Inheritance
-
MillingToolUtil
- Inherited Members
Methods
GetFluteNum(IMachiningTool)
Gets the number of flutes if the tool is equipped with a MillingCutter.
public static int? GetFluteNum(this IMachiningTool millingTool)
Parameters
millingTool
IMachiningToolThe milling tool to check.
Returns
- int?
The number of flutes if available; otherwise, null.
GetFullH(IMachiningTool)
Gets the full height of the milling tool.
public static double GetFullH(this IMachiningTool millingTool)
Parameters
millingTool
IMachiningToolThe milling tool to measure.
Returns
- double
The height of the tool in the Z dimension.