← Back to team overview

yade-users team mailing list archive

[Question #688175]: Contact point coordinates of two bodies

 

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

Hi,

is there a simply way to get the coordinates of contact point of two bodies e.g sphere-sphere or sphere-box?
Now I'm using this script:

    for i in O.interactions:
        if not i.isReal: continue
        cp = i.geom.contactPoint

I want to made a thermal model, and I need those information to build a thermal resistance matrix.

BR
Przemek 

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