output_surface_facets_to_polyhedron() converts a surface reconstructed by make_surface_mesh() to a Polyhedron_3<Traits>.
#include <CGAL/IO/output_surface_facets_to_polyhedron.h>
| ||||||||
|
| |||||||
Gets reconstructed surface out of a SurfaceMeshComplex_2InTriangulation_3 object. This variant exports the surface as a polyhedron. It requires the surface to be manifold. For this purpose, you may call make_surface_mesh() with Manifold_tag or Manifold_with_boundary_tag parameter.
|
CGAL::output_surface_facets_to_off