mirror of https://github.com/CGAL/cgal
Enable pocket purging by default
Reasoning is: this is what users expect.
This commit is contained in:
parent
7b7918947a
commit
6ad37cd2e6
|
|
@ -283,8 +283,9 @@ public:
|
||||||
// initial cavities, if used).
|
// initial cavities, if used).
|
||||||
//
|
//
|
||||||
// -- Warning --
|
// -- Warning --
|
||||||
// If you refine or pause while removing pockets, you will get valid but different wraps.
|
// Pockets of "outside" cells will be purged even if the wrapping is interrupted (and
|
||||||
const bool keep_inner_ccs = choose_parameter(get_parameter(in_np, internal_np::keep_inner_connected_components), true);
|
// this option is enabled).
|
||||||
|
const bool keep_inner_ccs = choose_parameter(get_parameter(in_np, internal_np::keep_inner_connected_components), false);
|
||||||
|
|
||||||
// This parameter enables avoiding recomputing the triangulation from scratch when wrapping
|
// This parameter enables avoiding recomputing the triangulation from scratch when wrapping
|
||||||
// the same input for multiple values of alpha (and typically the same offset values).
|
// the same input for multiple values of alpha (and typically the same offset values).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue