Interface IContourTray
- Namespace
- Hi.Milling.FluteContours
- Assembly
- HiMech.dll
Interface for a container that holds multiple flute contours.
public interface IContourTray : IMakeXmlSource, IExpandToBox3d, IUpdateByContent, IClearCache, IGetFluteNum
- Inherited Members
- Extension Methods
Methods
Duplicate(IGetZrList)
Creates a duplicate of this contour tray.
IContourTray Duplicate(IGetZrList zrListHost)
Parameters
zrListHost
IGetZrListThe host containing Z-R list information.
Returns
- IContourTray
A new instance of IContourTray with the same properties.
GetFluteContourList()
Gets the list of flute contours contained in this tray.
List<FluteContour> GetFluteContourList()
Returns
- List<FluteContour>
A list of flute contours.