← Back to team overview

yade-users team mailing list archive

Re: [Question #678645]: Shrinkage of particles

 

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

Bruno Chareyre proposed the following answer:
Oh by the way, did you run the MWE before sending?... I guess not.
This is a MWE;

O.bodies.append(sphere((0,0,0),1))
print O.bodies[0].shape.radius
growParticle(0,0.5)
print O.bodies[0].shape.radius

Output:
1
0.5

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