cross_vault_highfields

compas_tno.shapes.cross_vault_highfields(xy_span=[[0.0, 10.0], [0.0, 10.0]], thk=0.5, tol=1e-05, t=0.0, discretisation=[100, 100], expanded=False)[source]

Set Cross-Vault heights.

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

  • intrados (MeshDos) – A MeshDos for the intrados of the shape

  • extrados (MeshDos) – A MeshDos for the extrados of the shape

  • middle (MeshDos) – A MeshDos for the middle of the shape

Notes

Position of the quadrants is as in the schema below:

Q3

Q2 Q1

Q4