CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
5.02k stars 1.39k forks source link

PMP Delaunay remeshing - add manifold parameter as NP #8231

Open janetournois opened 6 months ago

janetournois commented 6 months ago

Issue Details

The PMP function PMP::surface_Delaunay_remeshing() does not provide the manifold() option available in Mesh_3

It should be added.

afabri commented 3 months ago

Should that not be switched on under the hood, just because the input is a non-self-intersecting triangle mesh?