[vtkusers] How to automatically create polygons for a set of points?

David Doria daviddoria at gmail.com
Sat Nov 24 15:32:34 EST 2012


On Sat, Nov 24, 2012 at 9:34 AM, Wenlong <scc.wwl at gmail.com> wrote:

> Hi, all
>
> I am trying to get some of the points from a polydata model, then use these
> points to form a new polydata model that has lower resolution than the
> original one.
>
> My question is, is there any method in VTK can help me to generate polygons
> for these points?
>
> Thank you very much.
>
> Best regards
> Wenlong
>

It sounds like you are looking for "decimation":

http://www.vtk.org/Wiki/VTK/Examples/Cxx/Meshes/Decimation
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Meshes/QuadricDecimation
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Meshes/QuadricClustering

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20121124/3b518751/attachment.htm>


More information about the vtkusers mailing list