Class CutterUtil
Utility class providing extension methods for cutter operations.
public static class CutterUtil
- Inheritance
-
CutterUtil
- Inherited Members
Methods
GetCutterBodyCoolingArea_mm2(ICutter)
Gets the cooling area of the cutter body in square millimeters.
public static double? GetCutterBodyCoolingArea_mm2(this ICutter cutter)
Parameters
cutter
ICutterThe cutter to calculate the cooling area for.
Returns
- double?
The cooling area in square millimeters, or null if the cutter is null.