mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
Cgal kernel: Fail boolean op altogether when part conversion to Nef fails
This commit is contained in:
@@ -847,7 +847,7 @@ bool ifcopenshell::geometry::kernels::CgalKernel::convert_openings(const IfcUtil
|
||||
|
||||
CGAL::Nef_polyhedron_3<Kernel_> a;
|
||||
if (!preprocess_boolean_operand(entity, {}, {}, {}, entity_shape, a, PP_NONE /*PP_UNIFY_PLANES_INTERNALLY*/)) {
|
||||
continue;
|
||||
return false;
|
||||
}
|
||||
|
||||
first_operands_nef.push_back(a);
|
||||
|
||||
Reference in New Issue
Block a user