vertical_equilibrium_fdm
- compas_tno.algorithms.vertical_equilibrium_fdm(form, zmax=None)
Compute equilibrium of the form diagram using the force density method (FDM) and update only the z-coordinates.
- Parameters:
- form
FormDiagram
The FormDiagram.
- zmaxfloat, optional
The maximum height of the diagram. By default no maximum is set.
- form
- Returns:
- form
FormDiagram
The scaled form diagram.
- form