[vtkusers] vtkPolyData Editing

Kevin Wright krw at viz-solutions.com
Thu Aug 29 13:19:53 EDT 2002


>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.




More information about the vtkusers mailing list