|
 |
> So lets say the height of the object is .803, The object is called Floor, and I
> want to stack 66 of them. Could you reshow the code with the inputs I gave, I'm
> trying to understand this
#declare Height = 0.803;
> > #for (Level, 0, 65)
> > object {Floor translate y*Level*Height}
> > #end
Notice that you _could have done the loop from 1 to 66, but 0 to 65 allows you
to leave the first Floor object untranslated, since 0*Height = 0.
Post a reply to this message
|
 |