compute_reactions

compas_tno.algorithms.compute_reactions(form, plot=False)[source]

Compute and plot the reaction on the supports.

Parameters
  • form (FormDiagram) – FormDiagram to calculate the reactions.

  • plot (bool, optional) – Either or not plot the reactions, the default is True.

Returns

None – Form Diagram is modified in place.