pointed_vault_ub_lb_update

compas_tno.shapes.pointed_vault_ub_lb_update(x, y, thk, t, xy_span=[[0.0, 10.0], [0.0, 10.0]], hc=8.0, he=None, hm=None, tol=1e-06)[source]

Update upper and lower bounds of a pointed vault based in the parameters

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

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

  • thk (float) – Thickness of the arch

  • t (float) – Parameter for lower bound in nodes in the boundary

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

  • hc (float, optional) – Height in the middle point of the vault, by default 8.0

  • he ([float, float, float, float], optional) – Height of the opening mid-span for each of the quadrants, by default None

  • hm ([float, float, float, float], optional) – Height of each quadrant center (spadrel), by default None

  • tol (float, optional) – Tolerance, by default 10e-6

Returns

  • ub (array) – Values of the upper bound in the points

  • lb (array) – Values of the lower bound in the points