This commit is contained in:
Jane Tournois 2025-03-24 12:56:43 +01:00
parent dae8504521
commit bbc790bc5e
1 changed files with 2 additions and 1 deletions

View File

@ -250,7 +250,8 @@ unspecified_type no_features();
* enables the meshing algorithm
* to mesh the input surface only and not take the volume into account.
*
* When this option is enabled, the ouput mesh has no complex cells, only complex facets, edges and vertices.
* When this option is enabled, the ouput mesh has no cells in the 3D complex,
* only facets, edges and vertices.
* Full-3D optimization steps such as mesh perturbation and mesh exudation are automatically disabled.
*
* \sa `CGAL::make_mesh_3()`