Table of Contents

Namespace Hi.Milling.FluteContours

Classes

ConstHelixSideContour

Represents a constant helix side contour for milling cutters.

FluteContour

Represents a flute contour for milling tools.

FluteContourUtil

Provides utility methods for working with flute contours in milling tools.

FreeContourTray

Represents a container for multiple flute contours with free arrangement.

FreeformSideContour

Represents a freeform side contour for milling tools, allowing arbitrary contour shapes.

ShiftedWorkingContour

Represents a working contour that has been shifted by a specified angle. This class wraps another working contour and applies an angular transformation to it.

SideContourDisplayee

Represents a displayable side contour.

SlideBottomContour

Represents a slide bottom contour for milling cutters.

SpanContourPos4d

Represents a position in 4D space (r, theta, z, radial angle) for contour spans

UniformContourTray

Represents a uniform contour tray for milling tool flutes.

Interfaces

IBottomContour

Represents a bottom flute contour for milling tools.

IContourTray

Interface for a container that holds multiple flute contours.

ISideContour

Represents a side flute contour for milling tools.

IWorkingContour

Represents a working contour for cutting operations in milling tools. This interface is implemented by both side contours (ISideContour) and bottom contours (IBottomContour).