mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 22:43:41 +00:00
#3255 unreferened param
This commit is contained in:
@@ -46,7 +46,7 @@ namespace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TopoDS_Shape intermediate_result;
|
TopoDS_Shape intermediate_result;
|
||||||
if (IfcGeom::util::boolean_operation(bst, result, opening_list, BOPAlgo_CUT, intermediate_result)) {
|
if (IfcGeom::util::boolean_operation(bst, result, opening_list, occ_op, intermediate_result)) {
|
||||||
result = intermediate_result;
|
result = intermediate_result;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user