COMPONENT_SELECTION_MODES

Detailed Description

Modes used by Convert Selection dialog.

Since
R19

Enumerations

enum class  COMPONENT_SELECTION_MODES {
  POINTS ,
  EDGES ,
  POLYGONS ,
  UVPOINTS ,
  UVPOLYGONS ,
  CURRENT ,
  UVEDGES
}
 

Functions

enum COMPONENT_SELECTION_MODES MAXON_ENUM_LIST (COMPONENT_SELECTION_MODES)
 

Enumeration Type Documentation

◆ COMPONENT_SELECTION_MODES

Enumerator
POINTS 

Points selection mode.

EDGES 

Edges selection mode.

POLYGONS 

Polygons selection mode.

UVPOINTS 

UV Points selection mode.

UVPOLYGONS 

UV Polygons selection mode.

CURRENT 

Current component selection mode.

UVEDGES 

UV Edges selection mode.

Since
S22

Function Documentation

◆ MAXON_ENUM_LIST()