#include <hyp.out.interfaces.h>
Inheritance diagram for ID3DMeshObject::
Public Methods | |
virtual void | InitializeD3DMeshBuilder (LPDIRECT3DRMMESHBUILDER3 pComObject)=0 |
virtual void | SaveD3DMeshBuilder (const std::string &FileName)=0 |
virtual void | SaveD3DHypMesh (const std::string &FileName)=0 |
virtual void | LoadD3DHypMesh (const std::string &FileName)=0 |
IID_hypID3DMeshObject
{DD182BE1-375E-11d5-A099-0080AD97951B}
|
Initialize the Component-Document with a LPDIRECT3DRMMESHBUILDER3 component.
Reimplemented in CXImplFile. |
|
Loads the Component-File from a file. This file has bee generated with the SaveD3DHypMesh function.
Reimplemented in CXImplFile. |
|
Saves the Component-Document into a file. The saved data include :
Reimplemented in CXImplFile. |
|
Saves the Component-Document into a file. The saved data are only relates to the geometry of the Component-Document.
Reimplemented in CXImplFile. |
|
|