general_ub_lb_update_with_s

compas_tno.shapes.general_ub_lb_update_with_s(ub, lb, s)[source]

Update upper and lower bounds for a general surface based on upper and lower bounds that are squized by the s variable.

Parameters
  • ub (array) – Upper bound original limits

  • lb (array) – Lower bound original limits

  • s (float) – Parameter to reduce the thickness (as a percentual of the original section)

Returns

  • ub_update (array) – Upper bound limits updated

  • lb_update (array) – Lower bound limits updated