Shape.create_pavillionvault

classmethod Shape.create_pavillionvault(xy_span=[[0.0, 10.0], [0.0, 10.0]], thk=0.5, t=0.0, discretisation=[100, 100], spr_angle=0.0, expanded=False)

Create the shape representing a Pavillion Vault

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

  • 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

shape (Shape) – The shape of the dome.