Page 1 of 1

Difference btw "set_max_isometric_force()" and "setMaxIsometricForce()"

Posted: Fri Apr 10, 2020 11:59 am
by arashopensim
Hello,

I was wondering if someone could help me with the following question:

- What is the difference(s) between "set_max_isometric_force()" and "setMaxIsometricForce()"?

Thank you.

Best,
Arash

Re: Difference btw "set_max_isometric_force()" and "setMaxIsometricForce()"

Posted: Fri Apr 10, 2020 1:26 pm
by aymanh
Hello,

Not sure what class(es) you're referring to here but in most cases the method setMaxIsometricForce was kept for backward compatibility and it actually just calls set_max_isometric_force under the covers, so you should use set_max_isometric_force whenever possible.

Best regards,
-Ayman

Re: Difference btw "set_max_isometric_force()" and "setMaxIsometricForce()"

Posted: Sat Apr 11, 2020 1:07 am
by arashopensim
Hello,

Thank you so much for your explanation.

Best,
Arash