Gene Pools - contrary inputs - if, else solution for gene pools?

Hi,

I have got a problem here that I did not find a solution for. When creating a few catenary curves by the help of gene pools the input WIDTH (distance between start and end point of catenary curves) can become contrary to the LENGTH of the catenary curve. Naturally, the length of the catenary has to be at least the width, then it would be a straight line. So, when changing the values of the gene pool the value inputs themselves need to adjust each other so that the catenary can be created by being at least as long as the width. Any idea how to solve this with gene pools?

GENE POOL PROBLEM IF ELSE.gh (18.1 KB)

would something like this work?
this way Catenary Length will always will always be at least the value of WIDTH, unless
LENGTH > WIDTH

1 Like

:grinning: Yes, thank you! What a fine solution!