Use the path´s and Index´s number in tree to find the minimal values b and h of the product b*h

Hi!

I have some “b” and “h” values as multiply data. With the expression “W_Rd=b*h^2/6” I have now my W_Rd values.

My goal is to find the W_Rd > W_min with the smallest b and h values!

I used “sift pattern” to find the path´s and index´s number. Now I now that the path´s number is the definition of “h” Value and the Index´s number is “b”. Can I somehow extract the according to path and index values and use them to define W_Rd>W_min, where b->b_min h->h_min?

Thanks a lot in advance for your help!

Best regards!

have a look at this, probably there might be easier ways to get to the same results

W_Rd.gh (12.2 KB)

1 Like

Thank you for the help!