#3141 eliminate_narrow_operands()

This commit is contained in:
Thomas Krijnen
2023-06-01 21:42:31 +02:00
parent 602176815a
commit c974306636
3 changed files with 45 additions and 3 deletions
+2 -2
View File
@@ -209,8 +209,8 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcBooleanResult* l, TopoDS_Shape
TopoDS_Compound compound;
builder.MakeCompound(compound);
builder.Add(compound, s1);
for (const auto& s2 : second_operand_shapes) {
builder.Add(compound, s2);
for (auto& p : opening_vector) {
builder.Add(compound, p.second);
}
shape = compound;
return true;