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 - `corefine_and_compute_intersection()` constrained edges pmap #8559

Open janetournois opened 1 month ago

janetournois commented 1 month ago

Issue Details

When using PMP::corefine_and_compute_intersection(), the edge_is_constrained_map associated to tm_out contains both :

It would be nice to have these two set of edges separated in different property maps.

image

sloriot commented 1 month ago

what if it's a bool named parameter to add them or not in the map?

janetournois commented 1 month ago

that sounds good!

janetournois commented 1 month ago

will be solved by PR #8411