Roma, > Or how to set to select the "largest" contour > (I set to generate only one in the first place)? you can use something like that: vtkPolyDataConnectivityFilter connect connect SetInput [surface GetOutput] connect SetExtractionModeToLargestRegion I hope it helps, Olivier