siDupParent Enum


Enumerations

enum   siDupParent {
  siNoParent = 0,
  siSharedParent = 1,
  siNewNullParent = 2
}

Detailed Description

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

Enumeration Type Documentation

enum siDupParent

Enumerator:
siNoParent  [0] Parent the copied object under the scene root
siSharedParent  [1] Share the parent of the source object
siNewNullParent  [2] Create a null to act as the parent of this object