WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 04-28-2008, 11:46 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Are you saying that you want to create an object, modify it, then create a copy of it before the modification? If so, this is not possible. The copy command will create a copy of the object at its current state. You can create a master version of the object that is hidden, and use it for all copies.
Reply With Quote
  #2  
Old 04-28-2008, 05:16 PM
Fox5 Fox5 is offline
Member
 
Join Date: Apr 2008
Posts: 4
Quote:
Originally Posted by farshizzo View Post
Are you saying that you want to create an object, modify it, then create a copy of it before the modification? If so, this is not possible. The copy command will create a copy of the object at its current state. You can create a master version of the object that is hidden, and use it for all copies.
No, rather:
I want to create the original object.
I want to make n copies of it.
I want to make the copies children of the original.

Since they're all onthefly objects, is it possible besides the way you detailed (doing an identical startlayer/endlayer to create each object as a child of the original)
Reply With Quote
  #3  
Old 04-28-2008, 05:19 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Yes, whenever you create an object you can specify the parent it will be attached to. If you want to copy an object underneath another object you would do the following:
Code:
child = node.copy(parent=node)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Could not find plugin to load objects... halley Vizard 1 05-30-2006 11:01 AM
Looping over large number of images MrSmiley009 Vizard 3 02-28-2006 04:08 PM
limits on number of objects benelux Vizard 3 07-22-2004 01:26 PM


All times are GMT -7. The time now is 12:31 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC