New question #186607 on Yade: https://answers.launchpad.net/yade/+question/186607
Hi, I want to create a clump from existing bodies (spheres). I created a bodylist with the bodies, that should be clumped and I tried: id_clump = O.bodies.appendClumped(bodylist[:]) and id_clump = O.bodies.clump(bodylist[:]) I get: RuntimeError: Clump::updateProperties: clump has zero members. Does anyone know how i can do this? Christian -- You received this question notification because you are a member of yade-users, which 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

