Enumerations | |
enum class | VIEWPORTSELECTFLAGS { NONE , USE_HN , USE_DEFORMERS , REGION_SELECT , IGNORE_HIDDEN_SEL , USE_DISPLAY_MODE , FORCE_USE_DEFORMERS } |
Functions | |
enum VIEWPORTSELECTFLAGS | MAXON_ENUM_FLAGS (VIEWPORTSELECTFLAGS) |
|
strong |
Enumerator | |
---|---|
NONE | None. |
USE_HN | Use HyperNURBS. |
USE_DEFORMERS | Use deformers. |
REGION_SELECT | A rectangle, polygon and lasso selection counts the number of vertices of a polygon within its area. Usually hidden vertices are not taken into account. |
IGNORE_HIDDEN_SEL | Ignore hidden selection. |
USE_DISPLAY_MODE | If this flag is set and the display mode is Wireframe or Isoparms only edges and vertices are written into the ViewportSelect buffer. |
FORCE_USE_DEFORMERS | Use deformers even when the viewport DISPLAYEDITSTATE::DEFORM is disabled. |
enum VIEWPORTSELECTFLAGS MAXON_ENUM_FLAGS | ( | VIEWPORTSELECTFLAGS | ) |