I have a geometry where I used divided curve to get # amount of points. each points eventually connect to every other points. The end goal is to find the longest and the shortest curve from each point and showing all of them on the screen at the same time.
I was able to find the longest and the shortest curve for each point by using list item + index but I’m having a problem understanding how I can do the same process for all the points at the same time.
If my description is not clear please let me know!
Thank you for your help in advance.
Thank you very much Mr. Kim.
This is exactly what I was looking for.
I added a small script where I only want to analyze the curves inside of the geometry; thus, I included trim with region component. When I did that it seems like the data got messed up and when I select either longest or shortest curves, it selects everything inside. (but actually technically not everything because there are small segments inside that are not selected)
What happened when I inserted that component?
Thank you very much once again for your time and effort to explain.
And according to your screengrab and discription, you seems to have misunderstandings about datatree concept.
What your doing with List Item with index no.2 is the selection of every third items per every points.
You should use Tree Branchwith branch index {2} first and after that use List Item.