Interface for changes made to MNTempData in version 9.5.
For use with IMNMeshUtilities10.
Usage:
IMNTempData10* tempData10 = static_cast<IMNTempData10*>(tempData.GetInterface( IMNTEMPDATA10_INTERFACE_ID ));
#include <mnmesh.h>
Public Member Functions |
|
Interface_ID | GetID () |
Returns the interface ID. |
|
virtual MNChamferData10 & | ChamferData ()=0 |
Returns pointer to MNChamferData10
object. |
|
virtual void | freeChamferData ()=0 |
Deallocates data allocated by ChamferData().
|
Interface_ID GetID | ( | ) | [inline, virtual] |
virtual MNChamferData10& ChamferData | ( | ) | [pure virtual] |
Returns pointer to MNChamferData10 object.
IMNTempData10 owns the memory.
virtual void freeChamferData | ( | ) | [pure virtual] |
Deallocates data allocated by ChamferData().
MNTempData::freeChamferData calls this function.