ub_lb_update
- compas_tno.problems.ub_lb_update(x, y, thk, t, envelope, ub, lb, s, variables)
Function to update the ub-lb vertical bounds of the vertices.
- Parameters:
- xarray
xcoordinates of the pattern
- yarray
y-coordinates of the pattern
- thkfloat
thickness to update the bounds to
- tfloat
thickness considered to the outer vertices
- envelopeEnvelope
Envelope object to be updated
- ubarray
Current upper-bound limits
- lbarray
Current lower-bound limits
- saray
Original level of the supports
- variableslist
List with the variables passed
- Returns:
- ub, lb: array
New position of the bounds in the point analysed