An enumeration describing Selection Type

Enumeration Members

Enumeration Members

ADD: 1

Add objects to the current selection.

NEW: 0

Create a new selection, discarding the previous selected objects.

REMOVE: 2

Remove objects from the current selection.

TOGGLE: 3

If the objects are in the current selection, they are removed from it, if not, they are added to the selection.