If you want to get just one face from vtkClipClosedSurface, you can use SetScalarModeToLabels() and then use another filter to extract only the cells that it labeled as the cut face. For example, I think vtkPolyDataConnectivityFilter can do this, or the selection and extraction filters.