| Macros | |
| #define | SUBHIT_MNUSECURRENTSEL (1<<22) | 
| When this bit is set, the selection only and unselection only tests will use the current level (edge or face) selection when doing a vertex level hit test.  More... | |
| #define | SUBHIT_OPENONLY (1<<23) | 
| #define | SUBHIT_MNVERTS (1<<24) | 
| #define | SUBHIT_MNFACES (1<<25) | 
| #define | SUBHIT_MNEDGES (1<<26) | 
| #define | SUBHIT_MNDIAGONALS (1<<27) | 
| Hit-test on "diagonals" of polygons - MNDiagonalHitData is the type of HitData returned.  More... | |
| #define | SUBHIT_MNTYPEMASK (SUBHIT_MNVERTS|SUBHIT_MNFACES|SUBHIT_MNEDGES|SUBHIT_MNDIAGONALS) | 
| #define | SUBHIT_IGNOREOPENBACKFACE (1 << 29) | 
| Indicates that back face culling should be ignored for open edges/vertices.  More... | |
| #define SUBHIT_MNUSECURRENTSEL (1<<22) | 
When this bit is set, the selection only and unselection only tests will use the current level (edge or face) selection when doing a vertex level hit test.
| #define SUBHIT_OPENONLY (1<<23) | 
| #define SUBHIT_MNVERTS (1<<24) | 
| #define SUBHIT_MNFACES (1<<25) | 
| #define SUBHIT_MNEDGES (1<<26) | 
| #define SUBHIT_MNDIAGONALS (1<<27) | 
Hit-test on "diagonals" of polygons - MNDiagonalHitData is the type of HitData returned.
| #define SUBHIT_MNTYPEMASK (SUBHIT_MNVERTS|SUBHIT_MNFACES|SUBHIT_MNEDGES|SUBHIT_MNDIAGONALS) | 
| #define SUBHIT_IGNOREOPENBACKFACE (1 << 29) | 
Indicates that back face culling should be ignored for open edges/vertices.