Difference between get_curviness and getCurvinessInUse
Posted: Tue Dec 17, 2019 8:41 am
what is the difference between method get_curviess and getCurvinessInUse
a=myMillardMuscle.get_FiberForceLengthCurve; % I am trying to change the curviness of Millard Equilibrium muscle
a.set_curviness(0);
a.get_curviness
ans=
0
a.getCurvinessInUse
ans=
0.75
what is the difference between method get_curviess and getCurvinessInUse
I dont find an explanation here:
https://simtk.org/api_docs/opensim/api_ ... e7ed1ca708
Am I actually changing the curviness or not?
a=myMillardMuscle.get_FiberForceLengthCurve; % I am trying to change the curviness of Millard Equilibrium muscle
a.set_curviness(0);
a.get_curviness
ans=
0
a.getCurvinessInUse
ans=
0.75
what is the difference between method get_curviess and getCurvinessInUse
I dont find an explanation here:
https://simtk.org/api_docs/opensim/api_ ... e7ed1ca708
Am I actually changing the curviness or not?