From f7083e8d6b73a2396f778eef2bf48b757cfd649d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 22 Mar 2022 13:52:34 +0100 Subject: [PATCH] Add example in the Mesh_2 User Manual --- Mesh_2/doc/Mesh_2/Mesh_2.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Mesh_2/doc/Mesh_2/Mesh_2.txt b/Mesh_2/doc/Mesh_2/Mesh_2.txt index 9e96c31499d..14591993d71 100644 --- a/Mesh_2/doc/Mesh_2/Mesh_2.txt +++ b/Mesh_2/doc/Mesh_2/Mesh_2.txt @@ -313,6 +313,13 @@ faces is used to count them. \cgalExample{Mesh_2/mesh_with_seeds.cpp} +\subsubsection Mesh_2ExampleUsingSeeds Example with a Domain Defined by Nesting Level. + +When the domain is defined by polygons for the outer boundaries and the boundaries of holes +the function `mark_domain_in_triangulation()` can be called instead of passing seedpoints. + +\cgalExample{Mesh_2/mesh_marked_domain.cpp} + \subsubsection Mesh_2ExampleLloyd Example Using the Lloyd optimizer @@ -332,4 +339,3 @@ It is possible to export the result of a meshing in VTU, using the function `CGA For more information about this format, see \ref IOStreamVTK. */ } /* namespace CGAL */ -