> > Hi, > I want to create some cohesive links between rigid bodies(especially > the spheres) by using Python Script. Is this goal possible with > python(since the python script is much easier than the counterpart C++ > code)? > Do I need to change the property of bodies(metabodies) or use specific > engines(metaEngines) or both of them? As bruno said, use transient interactions. The easiest is to use collider and corresponding metaengines to create contacts for you. Creating contacts from python is currently unsupported (o.interactions is read-only from python), but I can add that, it is a matter of few minutes -- if there is interest.
Regards, Vaclav PS. please use the [EMAIL PROTECTED] list instead of the berlios one as per http://yade.wikia.com/wiki/Launchpad_Migration > _______________________________________________ Yade-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/yade-users
