siDupSelection Enum


Enumerations

enum   siDupSelection {
  siSetSelection = 0,
  siNoSelection = 1,
  siAddToSelection = 2
}

Detailed Description

Selection options for duplication commands.
See also:
Clone, Duplicate, Instantiate

Enumeration Type Documentation

enum siDupSelection

Enumerator:
siSetSelection  [0] Set the current selection to the copied object
siNoSelection  [1] Do not change the current selection
siAddToSelection  [2] Extend the current selection to include the copied object