Fix bad merge resolution

This commit is contained in:
Mael Rouxel-Labbé 2020-03-17 20:07:28 +01:00
parent 618a72b739
commit 44f683db8e
1 changed files with 1 additions and 0 deletions

View File

@ -577,6 +577,7 @@ void orient_to_bound_a_volume(TriangleMesh& tm,
if (!is_closed(tm)) return;
if (!is_triangle_mesh(tm)) return;
using parameters::choose_parameter;
using parameters::get_parameter;
bool orient_outward = choose_parameter(get_parameter(np, internal_np::outward_orientation),true);