[vtk-developers] vtkCleanPolyData and vtkQuantizePolyDataPoints don't work on points only?

David Doria daviddoria at gmail.com
Mon Nov 28 13:32:32 EST 2011


On Mon, Nov 28, 2011 at 11:25 AM, Will Schroeder
<will.schroeder at kitware.com> wrote:
> David-
> I believe the original intention was to remove degenerate cells (i.e., clean
> them as in vtkCleanPolyData and its subclass), and remove points unused by
> any cell. Hence you need to mark "used" points by associating them with a
> vertex (or other cell).
> A new class or mode to do what you want could be added pretty quickly I'm
> sure.
> W

Thanks Will. I added a note in the Caveats sections of these two files
that hopefully clarifies this point:

http://review.source.kitware.com/#change,3379

David



More information about the vtk-developers mailing list