mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
#3255 unreferened param
This commit is contained in:
@@ -46,7 +46,7 @@ namespace {
|
||||
}
|
||||
|
||||
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;
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user