>> >>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