Deprecated WrapLine Function
Posted: Wed Oct 31, 2018 4:17 am
Hi All,
I am attempting to query the path each muscle takes between it's origin and insertion. Looking through the 3.2 API documentation I am able to attain the path points (origin/insertion , any via points and the on/off wrap points). I am trying to find the path the muscle takes wrapping around a cylinder/sphere. Looking at the OpenSim 2.4 API Doxygen page, it seems a function does exist, wrapLine (here :https://simtk.org/api_docs/opensim/api_docs24/ WrapCylinder.wrapLine). However I when querying specific wrapping cylinder (even when safeDownCasting) this function is not listed and when I try to use it, no function is found. Looking into some of the OpenSIm files, It seems this function/action is "private" . Is there anyway I can access this function using the OpenSim 3.3 API through python ? If not, if I installed Opensim 2.4 with Python Binding, would I be able to access it ?
Thanks in advance for any advice
Best
Bryce Killen
I am attempting to query the path each muscle takes between it's origin and insertion. Looking through the 3.2 API documentation I am able to attain the path points (origin/insertion , any via points and the on/off wrap points). I am trying to find the path the muscle takes wrapping around a cylinder/sphere. Looking at the OpenSim 2.4 API Doxygen page, it seems a function does exist, wrapLine (here :https://simtk.org/api_docs/opensim/api_docs24/ WrapCylinder.wrapLine). However I when querying specific wrapping cylinder (even when safeDownCasting) this function is not listed and when I try to use it, no function is found. Looking into some of the OpenSIm files, It seems this function/action is "private" . Is there anyway I can access this function using the OpenSim 3.3 API through python ? If not, if I installed Opensim 2.4 with Python Binding, would I be able to access it ?
Thanks in advance for any advice
Best
Bryce Killen