3ds Max C++ API Reference
maxtess.h File Reference
#include "maxheap.h"
#include <WTypes.h>
#include "maxtypes.h"

Classes

class  TessApprox
 

Enumerations

enum  TessType {
  TESS_SET , TESS_ISO , TESS_PARAM , TESS_SPATIAL ,
  TESS_CURVE , TESS_LDA , TESS_REGULAR
}
 
enum  ViewConfig { ISO_ONLY , ISO_AND_MESH , MESH_ONLY }
 
enum  TessSubdivStyle { SUBDIV_TREE , SUBDIV_GRID , SUBDIV_DELAUNAY }
 

Enumeration Type Documentation

◆ TessType

enum TessType
Enumerator
TESS_SET 
TESS_ISO 
TESS_PARAM 
TESS_SPATIAL 
TESS_CURVE 
TESS_LDA 
TESS_REGULAR 
25 {
26  TESS_SET, // This is the old MAX form for Bezier Patches
27  TESS_ISO, // This is obsolete and should not be used.
28  TESS_PARAM,
30  TESS_CURVE,
31  TESS_LDA,
33 };
@ TESS_CURVE
Definition: maxtess.h:30
@ TESS_LDA
Definition: maxtess.h:31
@ TESS_ISO
Definition: maxtess.h:27
@ TESS_REGULAR
Definition: maxtess.h:32
@ TESS_PARAM
Definition: maxtess.h:28
@ TESS_SET
Definition: maxtess.h:26
@ TESS_SPATIAL
Definition: maxtess.h:29

◆ ViewConfig

enum ViewConfig
Enumerator
ISO_ONLY 
ISO_AND_MESH 
MESH_ONLY 
36 {
37  ISO_ONLY,
39  MESH_ONLY
40 };
@ ISO_AND_MESH
Definition: maxtess.h:38
@ MESH_ONLY
Definition: maxtess.h:39
@ ISO_ONLY
Definition: maxtess.h:37

◆ TessSubdivStyle

Enumerator
SUBDIV_TREE 
SUBDIV_GRID 
SUBDIV_DELAUNAY 
43 {
47 };
@ SUBDIV_GRID
Definition: maxtess.h:45
@ SUBDIV_DELAUNAY
Definition: maxtess.h:46
@ SUBDIV_TREE
Definition: maxtess.h:44