3ds Max C++ API Reference
iassemblymgr.h File Reference
#include "iFnPub.h"
#include "iassembly.h"
#include "GetCOREInterface.h"

Classes

class  IAssemblyMgr
 

Macros

#define ASSEMBLY_MGR_INTERFACE   Interface_ID(0x576c528f, 0x5cc23607)
 

Functions

IAssemblyMgrGetAssemblyMgr ()
 

Macro Definition Documentation

◆ ASSEMBLY_MGR_INTERFACE

#define ASSEMBLY_MGR_INTERFACE   Interface_ID(0x576c528f, 0x5cc23607)

Function Documentation

◆ GetAssemblyMgr()

IAssemblyMgr* GetAssemblyMgr ( )
inline
307 { return static_cast<IAssemblyMgr*>(GetCOREInterface(ASSEMBLY_MGR_INTERFACE)); }
Definition: iassemblymgr.h:36
CoreExport Interface * GetCOREInterface()
#define ASSEMBLY_MGR_INTERFACE
Definition: iassemblymgr.h:306