pointed_arch_dub_dlb
- compas_tno.shapes.pointed_arch_dub_dlb(x, y, thk, t, hc, L, x0)[source]
Computes the sensitivities of upper and lower bounds of a pointed 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
hc (float) – Rise of the arch measured with regards to the center line
L (float) – Span of the arch considered as center, to center. (L <= 2*H)
x0 (float) – Beginning of the linear form diagram
- 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