From #107, we figured out it's not generic enough.
Especially, when the application point is expressed in the global reference frame.
I'm currently thinking about Refactoring into:
external_force_set = model.ExternalForceSet()
external_force_set.add_external_force_in_global()
external_force_set.add_external_force_in_local()
external_force_set.add_external_force_in_global_on_local_point()
Maybe there is better, but I would update the issue.
From #107, we figured out it's not generic enough.
Especially, when the application point is expressed in the global reference frame.
I'm currently thinking about Refactoring into:
Maybe there is better, but I would update the issue.