PDA

View Full Version : Parenting in object model?


PetrZ
07-17-2008, 10:19 AM
Is there any object based alternative to ParentObject or CopyPaste command in XSI?

For example if I have a bunch of children (objects) and I try to re-parent them to another object or move them in different partition or group it applies CopyPaste command on each of them, what is terribly slow.

Same for deleting :(

StephenBlair
07-17-2008, 11:59 AM
Yes, there is an AddChild OM method for this.

PetrZ
07-17-2008, 12:03 PM
Thank you very much :)