Hello everyone,
I am trying to make a distribution of lines between set curves with different lengths. Like this image:
If the amount of curves change, I want this pattern to continue.
It is almost working, but between the last two lines, there’s an extra connection.
It seems the amount of tree branches is different in those two trees, which makes the extra connection. I can manually delete the last branch by using cull at the tree which has too many branches, but if I change the amount of curves this is not corresponding anymore. It might be the other tree which need to be adjusted in that situation.
So my question is, how can I build in that one of those trees will be cut off one branch, IF it has too many branches compared to the other tree?
I used Pufferfish to divide the points on the curves.
GH test3.gh (32.1 KB)