Hello, forum,
at first for me it looked like an easy walk, however I was wrong.
I have a huge list of points, having no particular sequence.
My goal is to connect closest points to make a single polyline.
Since point list has no logical sequence, interpolate component is making sketchy, chaotic curve.
Attached image is an output of interpolation…
My afterthought right now is to:
- List item (to identify a single point)
- Find closest point (to find neighbouring point)
- Line (connect both points)
- End points (find end point)
- Repeat
Since that point list is huge, repeating a process appears to be an issue. Would looping it somehow solve it? Are there any other ideas that you’d share?
Thank you in advance.
polyline-by-closest-point.gh (18.7 MB)

