← Back to team overview

yade-users team mailing list archive

Re: Use of StepDisplacer in python

 

That's what I just guessed from Chiara's answer. Moreover the 'true' I typed is not a boolean but a string... Thanks for the advice for the se3.

Thanks a lot !

Jerome

Le 03/06/2010 16:13, Václav Šmilauer a écrit :
a=StepDisplacer([DPos[0],DPos[1],DPos[2],qId[3],qId[0],qId[1],qId[2]],'true')
You need to use keyword argument (i.e. name=value), they are not deduced
by position. Do not use quaternion components. Like this:

a=StepDisplacer(se3=(DPos,Quaternion.Identity),setVelocities=True)

HTH, Vaclav



_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : yade-users@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp


--
Jérôme Duriez
ATER Iut 1 Grenoble, département GMP - Laboratoire 3S-R
04.56.52.86.49 (ne pas laisser de messages sur le répondeur)




References