add example to the user manual

This commit is contained in:
Jane Tournois 2020-08-18 11:38:48 +02:00
parent e4a1d2d507
commit 4afd2b3146
1 changed files with 11 additions and 0 deletions

View File

@ -107,5 +107,16 @@ from a polyhedral domain with features.
\cgalExample{Tetrahedral_remeshing/mesh_and_remesh_polyhedral_domain_with_features.cpp}
\subsection ssecEx5 Tetrahedral Remeshing from Any Tetrahedral Mesh
The following example shows how to read a mesh from a triangulation stored in a
Medit file, perform tetrahedral remeshing, and save the output triangulation.
The input triangulation should follow the validity requirements of a
`CGAL::Triangulation_3` (valid connectivity, positive orientation of the cells, and
coverage of the convex hull of the vertices).
\cgalExample{Tetrahedral_remeshing/tetrahedral_remeshing_from_mesh.cpp}
*/
} /* namespace CGAL */