set WrappingObject Translation with Matlab API

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Alessandro Navacchia
Posts: 7
Joined: Wed Sep 11, 2013 2:11 pm

set WrappingObject Translation with Matlab API

Post by Alessandro Navacchia » Fri Jan 01, 2016 4:18 pm

Hi,

I'm trying to move a Wrapping Object in the local coordinate system of the Body it belongs to.

The objects WrappingObject and WrappingCylinder have the function getTranslation() but there is no setTranslation().

Also, getTranslation() returns an output of type SWIGTYPE_p_double, and I don't know how to modify it.

Is it possible to change the translation of a Wrapping Object through the Matlab API?

Thanks!

Alessandro

User avatar
jimmy d
Posts: 1375
Joined: Thu Oct 04, 2007 11:51 pm

Re: set WrappingObject Translation with Matlab API

Post by jimmy d » Thu Jan 21, 2016 9:18 am

Hi-

Looks like the answer is here;
https://simtk.org/forums/viewtopic.php? ... ies#p15703

-j

POST REPLY