How to extract only evenly spaced points from many points

Is there a way to extract only evenly spaced points from many points?
The image is shown below.
I am looking for a way to extract only the points circled in blue from the red points.

Hello Jik,

Do you have a sample file to work with that has sample points in it? That would make it easier to show potential solutions (per the forum guidelines).

And do you know the point spacing you are looking for? Is that a fixed number within a tolerance?

Thanks,
Henry

I would like to be able to select distances parametrically.
example.gh (5.0 KB)

You can use CullPt with the ‘Leave One’ option

select_00000

7 Likes