Open janetournois opened 1 month ago
When using PMP::corefine_and_compute_intersection(), the edge_is_constrained_map associated to tm_out contains both :
PMP::corefine_and_compute_intersection()
edge_is_constrained_map
tm_out
It would be nice to have these two set of edges separated in different property maps.
what if it's a bool named parameter to add them or not in the map?
that sounds good!
will be solved by PR #8411
Issue Details
When using
PMP::corefine_and_compute_intersection()
, theedge_is_constrained_map
associated totm_out
contains both :edge_is_constrained_map
It would be nice to have these two set of edges separated in different property maps.