dome_zt_update

compas_tno.shapes.dome_zt_update(x, y, radius, t, center=[5.0, 5.0])[source]

Update middle of the dome based in the parameters

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

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

  • radius (float, optional) – The radius of the dome, by default 5.0

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

  • center ([float, float], optional) – x, y coordinates of the center of the dome, by default [5.0, 5.0]

Returns

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

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