cross_vault_highfields_proxy
- compas_tno.shapes.cross_vault_highfields_proxy(xy_span=[[0.0, 10.0], [0.0, 10.0]], thk=0.5, tol=1e-05, t=0.0, discretisation=[100, 100], *args, **kwargs)[source]
Function that computes the highfield of cross vaults through the proxy
- Parameters
xy_span ([list[float], list[float]], optional) – xy-span of the shape, by default [[0.0, 10.0], [0.0, 10.0]]
thk (float, optional) – The thickness of the vault, by default 0.5
tol (float, optional) – Tolerance, by default 10e-6
t (float, optional) – Parameter for lower bound in nodes in the boundary, by default 0.0
discretisation (list|int, optional) – Level of discretisation of the shape, by default [100, 100]
- Returns
intradosdata – Data to a Mesh for the intrados of the shape
extradosdata – Data to a Mesh for the extrados of the shape
middledata – Data to a Mesh for the middle of the shape