Table of Contents

Class MillingEngagementUtil

Namespace
Hi.Milling.Engagements
Assembly
HiMech.dll
public static class MillingEngagementUtil
Inheritance
MillingEngagementUtil
Inherited Members

Methods

GetContoursDrawing(List<List<Vec3d>>)

Gets a drawing representation of the contours.

public static Drawing GetContoursDrawing(List<List<Vec3d>> contours)

Parameters

contours List<List<Vec3d>>

The list of contours to draw.

Returns

Drawing

A drawing object representing the contours.

GetZToDzList(List<double>, double)

Get Z to dZ list. The z values, i.e. the key of generated list, are all not repeated with the source z values. The generated z values are interpolated by the source z values. And each of the dz area is the same slope from the original source.

public static SortedList<double, double> GetZToDzList(List<double> constantZlopeZs, double resolution)

Parameters

constantZlopeZs List<double>
resolution double

Returns

SortedList<double, double>