Shape.create_pointedcrossvault

classmethod Shape.create_pointedcrossvault(xy_span=[[0.0, 10.0], [0.0, 10.0]], thk=0.5, discretisation=[10, 10], hc=8.0, he=None, hm=None, t=0.0)

Create the shape representing a Pointed Crossvault

Parameters
  • xy_span (list, optional) – [description], by default [[0.0, 10.0], [0.0, 10.0]]

  • thk (float, optional) – [description], by default 0.5

  • discretisation (list, optional) – [description], by default [10, 10]

  • hc (float, optional) – Height in the middle point of the vault, by default 8.0

  • he ([float, float, float, float], optional) – Height of the opening mid-span for each of the quadrants, by default None

  • hm ([float, float, float, float], optional) – Height of each quadrant center (spadrel), by default None

  • t (float, optional) – Parameter for lower bound in nodes in the boundary, by default 0.0

Returns

shape (Shape) – The shape of the dome.