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...
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.
◆ SUBHIT_MNUSECURRENTSEL
#define SUBHIT_MNUSECURRENTSEL (1<<22) |
◆ SUBHIT_OPENONLY
#define SUBHIT_OPENONLY (1<<23) |
◆ SUBHIT_MNVERTS
#define SUBHIT_MNVERTS (1<<24) |
◆ SUBHIT_MNFACES
#define SUBHIT_MNFACES (1<<25) |
◆ SUBHIT_MNEDGES
#define SUBHIT_MNEDGES (1<<26) |
◆ SUBHIT_MNDIAGONALS
#define SUBHIT_MNDIAGONALS (1<<27) |
◆ SUBHIT_MNTYPEMASK
◆ SUBHIT_IGNOREOPENBACKFACE
#define SUBHIT_IGNOREOPENBACKFACE (1 << 29) |
Indicates that back face culling should be ignored for open edges/vertices.