← Back to team overview

yade-users team mailing list archive

[Question #644873]: getroundness

 

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

In the name of God

Hi All.


I want to get the roundness of on clump body . first i generate the clump:

O.bodies.append(utils.sphere((0,.1,0),0.4,color=Vector3(1,.9,.15)))
O.bodies.append(utils.sphere((0,-.17,-0.05),0.33,color=Vector3(1,.9,.15)))

O.bodies.clump(range(0,len(O.bodies)))

Then i enter in terminal:

O.bodies.getroundness()

But the answer is 0. 

Any help?

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