apply_sag
- compas_tno.algorithms.apply_sag(form, boundary_force=10.0, signe_compression=- 1.0)[source]
Relax the mesh with FDM assuming higher force in the boudary elements.
- Parameters
form (
FormDiagram
) – The formdiagram to apply sag.boundary_force (float) – Force density in the edges on the boundary. The default value is
10.0
.signe_compression (float) – Indicate the default sign for compression. The default value is
-1.0
.
- Returns
form (
FormDiagram
) – The relaxed form diagram.