← Back to team overview

yade-users team mailing list archive

Re: [Question #660522]: can walls be excluded from particles cloud creation?

 

Question #660522 on Yade changed:
https://answers.launchpad.net/yade/+question/660522

Bruno Chareyre posted a new comment:
For future reference, the correct code in #2 should read:
sp.makeCloud((0,0,3),(20,20,15),rMean=0.5)
for x,r in sp:
     if (is inside): O.bodies.append(sphere(x,r)) #<---- this one was wrong

@Jan, I was not expecting something like "inGtsSurface", very
interesting.

B

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