1.

How Can I Do Boolean Operations On Polygons?

Answer»

There are two means PROVIDED in CGAL for performing BOOLEAN operations on polygons in the plane. One is provided via the CLASS template Nef_polyhedron_2. The other is provided via the Boolean Set-Operations package. There are demo programs illustrating Boolean operations using both of these. The manual pages provide more INFORMATION regarding, for EXAMPLE, additional functionality available with these class templates.

There are two means provided in CGAL for performing Boolean operations on polygons in the plane. One is provided via the class template Nef_polyhedron_2. The other is provided via the Boolean Set-Operations package. There are demo programs illustrating Boolean operations using both of these. The manual pages provide more information regarding, for example, additional functionality available with these class templates.



Discussion

No Comment Found