View Single Post
  #1  
Old 04-28-2005, 12:06 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Copy objects in an array to another array

Hi,
hope it is not a very dumb question, but I'm trying to copy objets that are in one array to another.

In fieldLine there are 34 Objects. I want to copy them and then transfer them to another location. Do I have to add them all to the scene or is there an easier way e.g.


fieldLine=TorusEllipse1+TorusEllipse2+TorusEllipse 3
fieldLine2=fieldLine[:]

for fieldL in fieldLine2:
fieldL.rotate(0,0,1,135)

Johannes
Reply With Quote