compas_ags.ags.force_update_from_form
- compas_ags.ags.force_update_from_form(force, form)[source]
Update the force diagram after modifying the (force densities of) the form diagram.
- Parameters
force (
ForceDiagram
) – The force diagram on which the update is based.form (
FormDiagram
) – The form diagram to update.
- Returns
force (
ForceDiagram
) – The updated force diagram.