crossvault_middle_update
- compas_tno.shapes.crossvault_middle_update(x, y, t, xy_span=[[0.0, 10.0], [0.0, 10.0]], tol=1e-06)[source]
Update middle of a crossvault 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]]
tol (float, optional) – Tolerance, by default 10e-6
- Returns
z (array) – Values of the middle surface in the points