>I need to delete some cells from a vtkPolyData structure. I tried to use >vtkPolyData::DeleteCell() function, but when I render the vtkPolyData >deleted cells are still visible. > >How can I do? I'm not familiar with the DeleteCell, but did you try calling Modified() on the PolyData before updating? Kevin.