Hi guys!
I got stuck on a data management problem which I am hoping does not require some kind of iterative logic in order to be solved.
I have a set of closed curves, organized by ring, one ring per branch.
I need to generate the closest connection from one closed region to the other (in case the distance is identical, then create both connections).
Meaning: Branch {0;0} with {0;1} then {0;1} with {0:2} etc.
Pretty much like this operation but with branches instead of items.
Btw is the old forum taking way too long to load for anyone else?
Connections.gh (38.8 KB)