IProjectionMod10 Class Reference
 
 
 
IProjectionMod10 Class Reference

#include <IProjectionMod.h>

Inheritance diagram for IProjectionMod10:
FPMixinInterface FPInterface BaseInterface InterfaceServer MaxHeapOperators

Public Member Functions

virtual bool  ImportCageMesh (INode *importNode)=0
virtual bool  ExportCageMesh (const MCHAR *exportNodeName)=0
virtual bool  ExportCageMesh (MCHAR *exportNodeName) sealed

Member Function Documentation

virtual bool ImportCageMesh ( INode importNode ) [pure virtual]
virtual bool ExportCageMesh ( const MCHAR *  exportNodeName ) [pure virtual]
virtual bool ExportCageMesh ( MCHAR *  exportNodeName ) [inline, sealed, virtual]
Deprecated:
Deprecated method in terms of implementation as of 3ds Max 2013 - re-implement with const MCHAR* method signature
{ return ExportCageMesh(const_cast<const MCHAR*>(exportNodeName)); }