GETACTIVEOBJECTFLAGS

Detailed Description

See also
BaseDocument::GetActiveObjects

Enumerations

enum class  GETACTIVEOBJECTFLAGS {
  NONE ,
  CHILDREN ,
  SELECTIONORDER
}
 

Functions

enum GETACTIVEOBJECTFLAGS MAXON_ENUM_FLAGS (GETACTIVEOBJECTFLAGS)
 

Enumeration Type Documentation

◆ GETACTIVEOBJECTFLAGS

enum GETACTIVEOBJECTFLAGS
strong
Enumerator
NONE 

None.

CHILDREN 

Child objects are added to the selection too, provided they are selected. Otherwise only the topmost parent of each chain is added.

SELECTIONORDER 

The selection array is sorted in the selection order, e.g. the first selected object is the first element in the array.

Function Documentation

◆ MAXON_ENUM_FLAGS()

enum GETACTIVEOBJECTFLAGS MAXON_ENUM_FLAGS ( GETACTIVEOBJECTFLAGS  )