[vtkusers] (no subject)

John Biddiscombe jbiddiscombe at skippingmouse.co.uk
Wed Nov 1 17:44:29 EST 2000


>>
>>Can anyone tell me how to erase those repeated triangles ?
>>Thanks in advance.
>
>vtkCleanPolyData

vtkCleanPolyData will remove duplicate points inside individual triangles 
(cell degeneracies), but won't remove _degenerate_ triangles. I have a 
vtkDuplicatePolyDataCellFilter somewhere... It's not a particulary 
efficient implementation.

JB







More information about the vtkusers mailing list