Table of Contents

Class CutterUtil

Namespace
Hi.Milling.Cutters
Assembly
HiMech.dll

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 ICutter

The cutter to calculate the cooling area for.

Returns

double?

The cooling area in square millimeters, or null if the cutter is null.