#include "meshlib.h"
#include "mnmath.h"
#include "snap.h"
#include "object.h"
#include "maxtess.h"
Go to the source code of this
file.
Define Documentation
#define
PolyLibExport __declspec( dllimport ) |
#define
POLY_MULTI_PROCESSING TRUE |
Function Documentation
PolyLibExport ClassDesc* GetPolyObjDescriptor |
( |
|
) |
|
PolyLibExport void RegisterEditPolyObjDesc |
( |
ClassDesc * |
desc |
) |
|
- Parameters:
- ClassDesc* desc
A pointer to the class descriptor.
PolyLibExport ClassDesc* GetEditPolyObjDesc |
( |
|
) |
|
PolyLibExport PolyObject*
CreateEditablePolyObject |
( |
|
) |
|
PolyLibExport void ConvertPolyToPatch |
( |
MNMesh & |
from, |
|
|
PatchMesh & |
to, |
|
|
DWORD |
flags = 0 |
|
) |
|
|
PolyLibExport void ConvertPatchToPoly |
( |
PatchMesh & |
from, |
|
|
MNMesh & |
to, |
|
|
DWORD |
flags = 0 |
|
) |
|
|
Variable Documentation