domical_vault
- compas_tno.shapes.domical_vault(xy_span=[[0.0, 10.0], [0.0, 10.0]], thk=0.5, radius=None, center=None, tol=1e-05, t=0.0, discretisation=[100, 100])[source]
Set domical vault upper and lower meshes
- Parameters
xy_span (list, optional) – xy-span of the shape, by default [[0.0, 10.0], [0.0, 10.0]]
thk (float, optional) – [description], by default 0.5
thk (float) – Thickness of the vault
center ([float, float], optional) – Center of the dome in which the geometry of the vault is based, by default None in which the center point of the pattern is taken
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