[vtkusers] Deleting Cells from Polydata
Sylvain Jaume
jaume at tele.ucl.ac.be
Wed Jun 13 18:46:46 EDT 2001
Have a look at vtkDecimatePro:
First do BuildCells().
Then mark cells to delete with DeleteCell().
Finally test every cell GetCellType() and copy to a second vtkCellArray
if type is VTK_TRIANGLE.
Sylvain
On Wed, 13 Jun 2001, Erik Sobel wrote:
> How do you safely remove individual cells from a polydata object?
>
> Thanks,
> Erik
>
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list