Hi All,<div><br></div><div>I&#39;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&#39;d appreciate any advice.</div>
<div><br></div><div><br></div><div>vtkCleanPolyData* mergedpoints = vtkCleanPolyData::New();</div><div>mergedpoints-&gt;SetInput(mylines);</div><div>mergedpoints-&gt;Update();</div><div><br></div><div>_hangs</div><div><br>
</div><div>Regards,</div><div><br></div><div>-Preet</div>