apply_horizontal_multiplier

compas_tno.utilities.apply_horizontal_multiplier(form, lambd=1.0, direction='x')[source]

Modify the applied loads considering a load multiplier.

Parameters
  • form (FormDiagram) – Form diagram to apply the horizontal multiplier.

  • lambd (float, optional) – Value of the horizontal multiplier, by default 1.0.

  • direction (str, optional) – Direction to apply the loads, x or y, by default x.

Returns

None – The FormDiagram is modified in place.