Discussion:
[deprecated list] Parameters in XML file
Anton Gladky
2009-04-30 09:29:28 UTC
Permalink
Hello!
I have a question. I was trying to find an answer, but with no success. I
have a string in XML-file, like this:

<physicalParameters _className_="BodyMacroParameters" se3="{XXX YYY ZZZ WWW
EEE RRR TTT}" refSe3="{0 0 0 1 0 0 0}" .....

where can I find parameters, indicated by large letters?

Thank you

Best Regards / Mit freundlichen GrÌßen / С МаОлучшОЌО пПжелаМОяЌО

Anton Gladkyy
Jerome Duriez
2009-04-30 09:38:04 UTC
Permalink
In se3 are respectively stored : the three coordinates of the center of
the body, then the four members of the quaternion accounting for its
orientation. But in my version of Yade (quite not up to date...) I never
saw letters.

Jerome
Post by Anton Gladky
Hello!
I have a question. I was trying to find an answer, but with no
<physicalParameters _className_="BodyMacroParameters" se3="{XXX YYY
ZZZ WWW EEE RRR TTT}" refSe3="{0 0 0 1 0 0 0}" .....
where can I find parameters, indicated by large letters?
Thank you
Best Regards / Mit freundlichen GrÌßen / С МаОлучшОЌО пПжелаМОяЌО
Anton Gladkyy
------------------------------------------------------------------------
_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp
Václav Šmilauer
2009-05-01 10:58:42 UTC
Permalink
Post by Anton Gladky
Hello!
I have a question. I was trying to find an answer, but with no
<physicalParameters _className_="BodyMacroParameters" se3="{XXX YYY
ZZZ WWW EEE RRR TTT}" refSe3="{0 0 0 1 0 0 0}" .....
Serialization of the Se3r class is defined in
lib/serialization/KnownFundamentalsHandler.tpp:735. First 3 numbers are
position, other 4 are the orientation expressed as axis (3d unit vector)
and angle (scalar). (The se3 data member belongs to PhysicalParameters)

Vaclav



_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to : yade-***@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-users
More help : https://help.launchpad.net/ListHelp
Anton Gladky
2009-05-01 13:45:10 UTC
Permalink
Thank you all for the help!

I have already "researched" it, changing different parameters.
Guess, will have more questions soon :)


Best Regards / Mit freundlichen GrÌßen / С МаОлучшОЌО пПжелаМОяЌО

Anton Gladkyy
Post by Václav Šmilauer
Post by Anton Gladky
Hello!
I have a question. I was trying to find an answer, but with no
<physicalParameters _className_="BodyMacroParameters" se3="{XXX YYY
ZZZ WWW EEE RRR TTT}" refSe3="{0 0 0 1 0 0 0}" .....
Serialization of the Se3r class is defined in
lib/serialization/KnownFundamentalsHandler.tpp:735. First 3 numbers are
position, other 4 are the orientation expressed as axis (3d unit vector)
and angle (scalar). (The se3 data member belongs to PhysicalParameters)
Vaclav
_______________________________________________
Mailing list: https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users>
Unsubscribe : https://launchpad.net/~yade-users<https://launchpad.net/%7Eyade-users>
More help : https://help.launchpad.net/ListHelp
Loading...