[vtkusers] Using vtkCleanPolyData

Preet preet.desai at gmail.com
Fri Mar 27 17:42:33 EDT 2009


Hi All,
I'm having trouble using the vtkCleanPolyData member function. I have a set
of PolyData that consists of different points and cells (lines). There are
duplicate points on the endpoints of different lines... (meaning duplicate
points in different cells). Whenever I attempt to use vtkCleanPolyData on my
data set, it just hangs. I'd appreciate any advice.


vtkCleanPolyData* mergedpoints = vtkCleanPolyData::New();
mergedpoints->SetInput(mylines);
mergedpoints->Update();

_hangs

Regards,

-Preet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20090327/c620ac0b/attachment.htm>


More information about the vtkusers mailing list