How to add an external force to the anybody

Hello,I want to analyze the changes of muscle force in human body under the action of external force。How to add an external force to the anybody, such as a downward force on the arm, and then analyze the muscle force of the arm。Thanks!

Hi Yu,

You can use the AnyForce3D object for this.

In your study you can write:

AnyForce3D HandForce ={
AnyRefFrame &ref=.WRITE_REFERENCE_TO_HAND_SEGMENT;
F={0,-100,0}; //-100 N in negative global y direction
};

Please see this tutorial https://anyscript.org/tutorials/A_Getting_started_anyscript/lesson5.html
it displays how to do this.

Best regards
Søren

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.