chayanvinayak
09-15-2007, 08:54 PM
hi ,
I am creating toruses in a function and i need to put these torus into a group as these are created.
I am using following code to create a empty group "handle" and trying to put duplicated polyToruses into this group, but polytoruses are not added into group "handle".
-----------------------------------------------------------------
group -em -name handle;
polyTorus -ch on -r (1/2) -sr (1/2);
for($i=1;$i<=8;$i++){
duplicate -rr;
move -r 0.5 (($i-5)/2) 0;
group;
};
I am creating toruses in a function and i need to put these torus into a group as these are created.
I am using following code to create a empty group "handle" and trying to put duplicated polyToruses into this group, but polytoruses are not added into group "handle".
-----------------------------------------------------------------
group -em -name handle;
polyTorus -ch on -r (1/2) -sr (1/2);
for($i=1;$i<=8;$i++){
duplicate -rr;
move -r 0.5 (($i-5)/2) 0;
group;
};
