Hello,
I want to ask the experts about the problem of replacement of muscles.
For example, I want to update the 'Thelen2003muscle' with 'Millard2012muscle', is there any functions in api for solving it?
Also, what about the earlier 'Schutle1993Muscle_Deprecated' .
Thanks!
Rplacement of muscle
- Charles Yin
- Posts: 11
- Joined: Mon Feb 05, 2018 12:45 am
- Vinay Kumar
- Posts: 34
- Joined: Thu Nov 08, 2018 6:50 am
Re: Rplacement of muscle
Hello,
You can do something similar to as in the OpenSim Example https://github.com/opensim-org/opensim- ... e.cpp#L122, i.e.
Code: Select all
Object::renameType("Thelen2003Muscle", "Millard2012EquilibriumMuscle");
Vinay
- Charles Yin
- Posts: 11
- Joined: Mon Feb 05, 2018 12:45 am
Re: Rplacement of muscle
Thanks a lot, Vinay.
According to the instructions, I have solved my problem.
Regards.
-Charles.
According to the instructions, I have solved my problem.
Regards.
-Charles.