← Back to team overview

yade-users team mailing list archive

[Question #675580]: My problem is about moving facets

 

New question #675580 on Yade:
https://answers.launchpad.net/yade/+question/675580

Hi 
I have a problem with this simulation . I want to move the little facet box  to interact with big facet box that there is in  this code 
How can i write the prepare code for this ??
from yade import pack
B=geom.facetBox((.5,.5,.5),(.5,.5,.5),wallMask=31)
O.bodies.append(B)
O.bodies.append(geom.facetBox((1.5,0.5,0.5),(.1,.1,.1),wallMask=31,dynamic=False))
sp=pack.SpherePack()
sp.makeCloud((0,0,0),(1,1,1),rMean=.05,rRelFuzz=.5)
sp.toSimulation()

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.