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.
_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp