Get Joint Location via API 3.3
Posted: Sun Jan 28, 2018 11:34 am
Hi all,
I'm trying to get location and orientation of a joint in the child and parent coordinate separately.
Here are my codes (https://web.stanford.edu/~jjdunne/html/ ... Joint.html):
jointset=mymodel.getJointSet();
jointset.get(i).getLocation() ;
jointset.get(i).getLocationInParent();
It is wrong. Could anyone help me find the correct code?
Thanks!
chaofei
I'm trying to get location and orientation of a joint in the child and parent coordinate separately.
Here are my codes (https://web.stanford.edu/~jjdunne/html/ ... Joint.html):
jointset=mymodel.getJointSet();
jointset.get(i).getLocation() ;
jointset.get(i).getLocationInParent();
It is wrong. Could anyone help me find the correct code?
Thanks!
chaofei