Introduced
1.0
Description
Duplicates objects.
Scripting Syntax
SIDuplicate( InputObjs, [NbItems], [PropagationType], [History], [Hierarchy], [Grouping], [Properties], [Animation], [Constraints], [TextureSupports] )
Parameters
|
Parameter |
Type |
Description |
|
InputObjs |
Objects to duplicate. Default Value: Current selection |
|
|
NbItems |
Number of items to duplicate Default Value: 1 |
|
|
PropagationType |
Duplicate the branch or just the node (not implemented) Default Value: siUnspecified |
|
|
History |
How to duplicate object construction history (not implemented) Default Value: siCurrentHistory |
|
|
Hierarchy |
How to parent duplicate. (not implemented for objects) Default Value: siNoParent |
|
|
Grouping |
How to group duplicated object Default Value: siNoGrouping |
|
|
Properties |
How to duplicate properties (not implemented) Default Value: siDuplicateProperties |
|
|
Animation |
How to duplicate animation (not implemented) Default Value: siDuplicateAnimation |
|
|
Constraints |
How to duplicate constraints (not implemented) Default Value: siDuplicateConstraints |
|
|
TextureSupports |
How to duplicate texture supports Default Value: siDuplicateSelectedTextureSupports |
Return Value
Returns an XSICollection object that contains the list of duplicates.
Examples
VBScript Example
dim list
GetPrim "Cone", "MyCone"
set list = SIDuplicate( "MyCone" )
InspectObj listSee Also
Autodesk Softimage v7.5