Class MillingEngagementUtil
- Namespace
- Hi.Milling.Engagements
- Assembly
- HiMech.dll
Utility of LayerMillingEngagement.
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
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)