Connecting a set of points

Hi, I have a set of points that I want to connect such that it would be one continuous long line so that my tool would follow that line and go through each point exactly once. Is it possible to do it?

Sure. I am not sure exactly what you are trying to do, but it doesn’t look like you are doing it the right way.

There is interpolate curve, which will just connect a bunch of points. You just need to sort them in the right way.

Can you make a drawing of what you are trying to achieve?

I would like to achieve the following line as shown in blue.

Plz upload the GH file.

The points are on the right of the file. Points.3dm (54.7 KB) Points.gh (46.9 KB)