3ds Max C++ API Reference
|
#include "../kernel/value.h"
#include "mxsobjects.h"
#include "../../mnmesh.h"
#include "../../patch.h"
#include "../macros/define_implementations.h"
#include "..\protocols\arrays.inl"
Classes | |
class | MeshSelection |
class | VertSelectionValue |
class | FaceSelectionValue |
class | EdgeSelectionValue |
Macros | |
#define | MSEL_ALL 1 |
#define | MSEL_CUR 2 |
#define | MSEL_EXP 3 |
#define | MSEL_SINGLE 4 |
#define | MSEL_NAMED 5 |
#define | is_meshselection(v) |
#define | is_vertselection(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(VertSelectionValue)) |
#define | is_faceselection(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(FaceSelectionValue)) |
#define | is_edgeselection(v) ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(EdgeSelectionValue)) |
#define MSEL_ALL 1 |
#define MSEL_CUR 2 |
#define MSEL_EXP 3 |
#define MSEL_SINGLE 4 |
#define MSEL_NAMED 5 |
#define is_meshselection | ( | v | ) |
#define is_vertselection | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(VertSelectionValue)) |
#define is_faceselection | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(FaceSelectionValue)) |
#define is_edgeselection | ( | v | ) | ((DbgVerify(!is_sourcepositionwrapper(v)), (v))->tag == class_tag(EdgeSelectionValue)) |