Flags for Sub Object Hit-Test

Flags for Sub Object Hit-Test

Module description

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)
 

Macro Definition Documentation

#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.