The panel is showing points that are less than a certain distance from another point. I am trying to get the three points that came up "true" to make the verticies of a surface. This is where I am at. What am I missing?
This is a contrived example since your image didn't post but it may give you an idea of how to proceed. I'm sorting the indices of the point list along with the distances from the particular point to get the point set for the three vertices. Then it's a closed polyline to an edge surface.