general_ub_lb_update_with_n
- compas_tno.shapes.general_ub_lb_update_with_n(ub, lb, n, intrados, extrados, t)[source]
Update upper and lower bounds for a general surface for two given upper and lower bound surfaces.
- Parameters
ub (array) – Current bound limits
lb (array) – Current bound limits
n (float) – Magnitude of the offset from the original bounds
intrados (MeshDos) – Intrados surface mesh
extrados (MeshDos) – Extrados surface mesh
t (float) – Value to assumed to vertices without intrados projection
- Returns
ub_update (array) – Upper bound limits updated
lb_update (array) – Lower bound limits updated