Justace, > I have found that the vtkClipPolyData is not executing. Did you call Update first ? clip = vtkClipPolyData::New(); ... clip->Update(); //important clip->Print( std::cout ); HTH Mathieu