I have a constrained Delaunay Triangulation and i want to create w hole in a shape of a polygon. a hole in which there are no faces. How can i do that using CGAL ?
0
votes
1 Answers
1
votes
You cannot have "no faces". However, you can have a marker in each face indicating if you consider it or not. This is what is done in this example where you can triangulate a polygonal domain.