Extraction size vtkPolyDataConnectivityFilter Issue

Probably the connectivity filter just deletes cells and leaves points untouched. This is often useful, because your point IDs remain the same as in the original data set. If you want to remove unused points then you can clean the polydata.

1 Like