From c1b9c561da4bc448d589a7ad6d8edf4b68cf621c Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Thu, 13 Mar 2025 11:51:02 +0100 Subject: [PATCH] add surface_only() to doc --- Mesh_3/include/CGAL/make_mesh_3.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Mesh_3/include/CGAL/make_mesh_3.h b/Mesh_3/include/CGAL/make_mesh_3.h index 4350b92faff..f0012f17395 100644 --- a/Mesh_3/include/CGAL/make_mesh_3.h +++ b/Mesh_3/include/CGAL/make_mesh_3.h @@ -490,6 +490,16 @@ struct C3t3_initializer < C3T3, MD, MC, true, CGAL::Tag_false> * } * \cgalParamDefault{`parameters::features(domain)`} * \cgalParamSectionEnd + * \cgalParamSectionBegin{Meshing surface} + * \cgalParamDescription{If the user wants to mesh only the surface of the domain, the following named parameter + * activates this option: + * + * When this parameter is used, the output `C3T3` has no complex cells, + * only complex facets, edges and vertices.} + * \cgalParamDefault{This option is not activated, the volume is meshed according to `domain`} + * \cgalParamSectionEnd * \cgalParamSectionBegin{Topological options (manifoldness)} * \cgalParamDescription{In order to drive the meshing algorithm and ensure that the output mesh follows a desired topological criterion, * three named parameters control this option: