Use Surface Closest Point to get the distances from your surface to your sample points, and test the distances lower than 0.001~0.01 using Smaller Than with “D” output values of Surface Closest Point.
Finally you can use the boolean values to cull the points that aren’t touching with your surface by usingCull Pattern.
Is this how.Not getting the points on surface though.Am I missing out something.
Also would this pull the points already in 3d space towards the surface.
Genius, thanks.
It works
I would still want to know whether Id be able to pull points from 3D space which are already defined , towards the surface closest to it.
Just like @HS_Kim suggested