mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
Update boolean_utils.cpp
This commit is contained in:
@@ -620,18 +620,6 @@ bool IfcGeom::util::boolean_subtraction_2d_using_builder(const TopoDS_Shape & a_
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
|
||||||
TopoDS_Compound C;
|
|
||||||
BRep_Builder BB;
|
|
||||||
BB.MakeCompound(C);
|
|
||||||
|
|
||||||
for (auto& w : wires) {
|
|
||||||
BB.Add(C, w);
|
|
||||||
}
|
|
||||||
|
|
||||||
BRepTools::Write(C, "debug.brep");
|
|
||||||
}
|
|
||||||
|
|
||||||
shape_index = 0;
|
shape_index = 0;
|
||||||
edge_index = 0;
|
edge_index = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user