hi all,
get_isDisabled() function doesn't work in OpenSim4.0. It worked well in OpenSim3.3.
I get the error message:
error: const class OpenSim::Muscle has no member named get_isDisabled
What's the change of it in 4.0?
Thanks in advance
Jiang
get_isDisabled() in OpenSim 4.0
- Jiang Ping
- Posts: 132
- Joined: Sun Aug 26, 2012 4:09 am
- Thomas Uchida
- Posts: 1793
- Joined: Wed May 16, 2012 11:40 am
Re: get_isDisabled() in OpenSim 4.0
In OpenSim 4.0, the method is appliesForce(), but please note that the flag has the opposite sense. Here's the latest build of the doxygen documentation: http://myosin.sourceforge.net/2202/clas ... 91ffcd8577.
- Jiang Ping
- Posts: 132
- Joined: Sun Aug 26, 2012 4:09 am
Re: get_isDisabled() in OpenSim 4.0
Many thanks! It works now.