Interface IShaperProfile
Interface defining the shape profile of a cutter flute. The cutter flute must also inherit IGetInitStickConvex or IGetSweptable. Internal Use Only
public interface IShaperProfile : IMakeXmlSource, IAbstractNote, IGetStl, IGetZrList, IDuplicate, IClearCache
- Inherited Members
- Extension Methods
Remarks
This interface combines multiple capabilities:
- XML serialization (IMakeXmlSource)
- Abstract note support (IAbstractNote)
- STL mesh generation (IGetStl)
- ZR list generation (IGetZrList)
- Object duplication (IDuplicate)
- Cache management (IClearCache)