Hello VTK users, I want to extract points from a vtkPolyData that are near a point in the space, I use vtkPolyDataConnectivityFilter with the option SetClosestPoint but it doesn´t work and I don´t know how to specify the maximum distance to the point. Is it possible whit this class or there is another one to do this?. Thanks for all