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

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Arash Mohammadzadeh Gonabadi
Posts: 34
Joined: Sun Sep 10, 2017 10:44 am

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

Post by Arash Mohammadzadeh Gonabadi » Fri Apr 10, 2020 11:59 am

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

Tags:

User avatar
Ayman Habib
Posts: 2239
Joined: Fri Apr 01, 2005 12:24 pm

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

Post by Ayman Habib » Fri Apr 10, 2020 1:26 pm

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

User avatar
Arash Mohammadzadeh Gonabadi
Posts: 34
Joined: Sun Sep 10, 2017 10:44 am

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

Post by Arash Mohammadzadeh Gonabadi » Sat Apr 11, 2020 1:07 am

Hello,

Thank you so much for your explanation.

Best,
Arash

POST REPLY