Moving a group of blocks
-
Hi. I had a question hopefully you could help me with. I have two programs one which makes the objects and another which calls on it. I want the program that calls on it to move the objects around. Here is the code I'm working on.
z = 0
while (z < zdd)
y = 0
while (y < ydd)
x = 0
while (x < xdd)
group2 = group.copy
group2.transformation = [x, y, z]
x = x + stepx
end
y = y + stepy
end
z = z + stepz
end
group.erase!I can move just one of the blocks but I want to move them all together. So in short I'm wondering how to make them all into the same group so I can pass it to the other program and move them around.
Thanks.
-
I answered this in the GSU Ruby forum.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement