Hi all,<br>I have been using vtkTriangleFilter to to triangulate polygons of complex shapes in 3D space to patch holes in unstructured grid. I am repeatedly getting this message whenever the hole shape is complex.<br><br>
<span style="font-weight: bold;">Warning: In /home/amitesh/binaries/VTK/Filtering/vtkPolygon.cxx, line 562</span><br style="font-weight: bold;"><span style="font-weight: bold;">vtkPolygon (0x41d9d00): Degenerate polygon encountered during triangulation
<br><br></span>In essence what it does it that the triangle filter breaks the bolygon in two parts. This has been creating a lot of problems because the triangulation, it seems, is not complete as the vtkTriangleFilter only triangulates a portion of the hole and leaves the rest as it is. Is there any way to get around it so that I be able to create a valid triagulation on a polygon of any shape in 3D space?
<br><br>Regards<br><br>Amitesh<br>