Since all your points are already connected with edges, you can use a more robust filter, such as vtkContourTriangulator. vtkContourTriangulator does not even care about polygon winding, but it knows that every contour in a solid region designate a hole (and a contour in a hole means solid).
1 Like