Galapagos range

Hi everyone

I have this cone

Sketch2

I want its area to be within a certain range and i want to compute it with Galapagos

To accomplish that, i was thinking to use a function, but it doesnt work

unnamed.gh (15.8 KB)

Don’t know why the Expression doesn’t works. But here a fast workaround.

opt_range_re.gh (11.1 KB)

1 Like

1 Like

Sorry for the late reply. Thanks a lot to both. Is there any known reason why it doesn’t understand the formula that i wrote?

@HS_Kim’s file has the clue. Data inside panels is text, you need to convert that to actual numbers before ‘less than’ operators will work.

1 Like