set_dome_with_spr
- compas_tno.shapes.set_dome_with_spr(center=[5.0, 5.0], radius=5.0, thk=0.3, theta=[0, 1.5707963267948966], t=5.0, discretisation=[8, 20])[source]
Height of the dome heighfield with spring angle
- Parameters
center ([float, float], optional) – x, y coordinates of the center of the dome, by default [5.0, 5.0]
radius (float, optional) – The radius of the dome, by default 5.0
thk (float, optional) – The thickness of the dome, by default 0.30
theta ([float, float], optional) – The range to cover, by default [0, pi/2] which is a hemispheric dome
t (float, optional) – Parameter to the lowerbound of the nodes in the boundary, by default 0.0
discretisation ([float, float], optional) – Discretisation level for the dome (hoops and meridians), by default [8, 20]
- Returns