Ipuch / bioNC

Natural Coordinates with python for biomechanics
MIT License
11 stars 4 forks source link

External Force feature need to be refactored #112

Open Ipuch opened 10 months ago

Ipuch commented 10 months ago

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.