Hi, I get a vtkPolyData object by passing through following filters vtkPolyData-> vtkCutter->vtkFeatureEdges -> vtkPolyData The resulting polydata contains vtkLine and vtkEmpty cells. I want to reconstruct the polydata with cells of type vtkLine only. How can I achieve this? Thanks Shyam