dome_ub_lb_update
- compas_tno.shapes.dome_ub_lb_update(x, y, thk, t, center=[5.0, 5.0], radius=5.0)[source]
Update upper and lower bounds of the dome based in the parameters
- Parameters
x (list) – x-coordinates of the points
y (list) – y-coordinates of the points
thk (float) – Thickness of the dome
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]
radius (float, optional) – The radius of the dome, by default 5.0
- Returns
ub (array) – Values of the upper bound in the points
lb (array) – Values of the lower bound in the points