← Back to team overview

yade-users team mailing list archive

Re: [Question #690127]: Missing particles in VTK

 

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

    Status: Answered => Solved

Przemek confirmed that the question is solved:
Hi Jan,

check the script below:

T = inv(H).dot(F)
 for tp in O.bodies:
 if isinstance(tp.shape, Box) == True:
            pass
        else:
            tp.setTemp(T[tp.id])

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