New question #689993 on Yade: https://answers.launchpad.net/yade/+question/689993
Do you have a way that the box on top and the box below can be a part of each other , so that I can use the command ? this is the code of the box : downx,downy = .5,.5 topx,topy = .15,.15 t = 0.05 boxdown = box((0,0,0),(downx,downy,t),wire=True,fixed=True) boxtop = box((0,0,1+t),(topx,topy,1),wire=True,fixed=True) Boxids=O.bodies.append((boxtop,boxdown)) -- You received this question notification because your team yade-users is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

