arch_ub_lb_update
- compas_tno.shapes.arch_ub_lb_update(x, y, thk, t, H=1.0, L=2.0, x0=0.0)[source]
Update upper and lower bounds of an arch 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
H (float, optional) – Height of the arch, by default 1.00
L (float, optional) – Span of the arch, by default 2.0
x0 (float, optional) – Starting coordinate of the arch , by default 0.0
- Returns
ub (array) – Values of the upper bound in the points
lb (array) – Values of the lower bound in the points