pavillionvault_b_update

compas_tno.shapes.pavillionvault_b_update(x, y, thk, fixed, xy_span=[[0.0, 10.0], [0.0, 10.0]])[source]

Computes the b of parameter x, y coordinates and thickness specified.

Parameters
  • x (list) – x-coordinates of the points

  • y (list) – y-coordinates of the points

  • thk (float) – Thickness of the vault

  • fixed (list) – The list with indexes of the fixed vertices

  • xy_span ([list[float], list[float]], optional) – xy-span of the shape, by default [[0.0, 10.0], [0.0, 10.0]]

Returns

  • dub (array) – Values of the sensitivities for the upper bound in the points

  • dlb (array) – Values of the sensitivities for the lower bound in the points