Interface IFluting
- Namespace
- Hi.Milling.FluteContours
- Assembly
- HiMech.dll
A milling cutter's fluting: the complete set of flute contours that do the cutting. Either one shared baseline repeated evenly around the cutter (UniformFluting) or one individually defined contour per flute (FreeFluting) — every flute is definable on its own. “Fluting” is the machining noun for a cutter's flute geometry and carries no size of its own, so it describes the flute set of a 4 mm end mill exactly as well as that of a large face mill.
public interface IFluting : IMakeXmlSource, IExpandToBox3d, IUpdateByContent, IClearCache, IGetFluteNum
- Inherited Members
- Extension Methods
Methods
Duplicate(IGetZrList)
Creates a duplicate of this fluting.
IFluting Duplicate(IGetZrList zrListHost)
Parameters
zrListHostIGetZrListThe host containing Z-R list information.
Returns
- IFluting
A new instance of IFluting with the same properties.
GetFluteContourList()
Gets the list of flute contours that make up this fluting.
List<FluteContour> GetFluteContourList()
Returns
- List<FluteContour>
A list of flute contours.