| 3ds Max C++ API Reference
    | 
The following are the vertex data channel index values for use with the vertex data methods of class Mesh, class EPoly, and class MNMesh. More...
| Macros | |
| #define | VDATA_SELECT 0 | 
| The vertex soft selection data. | |
| #define | VDATA_WEIGHT 1 | 
| The vertex weight data. | |
| #define | VDATA_ALPHA 2 | 
| Vertex Alpha values. | |
| #define | VDATA_CORNER 3 | 
| Cornering values for subdivision use. | |
| #define | VDATA_CREASE 4 | 
| Crease values for subdivision use. | |
| #define | VDATA_COLOR 5 | 
| Special-use display colors (Color24) | |
The following are the vertex data channel index values for use with the vertex data methods of class Mesh, class EPoly, and class MNMesh.
Indices of important per-vertex data
| #define VDATA_SELECT 0 | 
The vertex soft selection data.
This is index 0.
| #define VDATA_WEIGHT 1 | 
The vertex weight data.
This is index 1.
| #define VDATA_ALPHA 2 | 
Vertex Alpha values.
| #define VDATA_CORNER 3 | 
Cornering values for subdivision use.
| #define VDATA_CREASE 4 | 
Crease values for subdivision use.
| #define VDATA_COLOR 5 | 
Special-use display colors (Color24)