pavillion_vault_highfields
- compas_tno.shapes.pavillion_vault_highfields(xy_span=[[0.0, 10.0], [0.0, 10.0]], thk=None, tol=1e-05, t=0.0, discretisation=[100, 100], spr_angle=0.0, expanded=False)[source]
Set Pavillion vault heights
- Parameters
xy_span ([list, list], 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]
spr_angle (float, optional) – Springing angle, by default 0.0
expanded (bool, optional) – If the extrados should extend beyond the floor plan, by default False
- Returns