#1743 don't consider bbox in opening subtractions

This commit is contained in:
Thomas Krijnen
2021-11-02 15:09:26 +01:00
parent 05256fc0f4
commit 1ff45165d9
+3
View File
@@ -1037,6 +1037,9 @@ bool IfcGeom::Kernel::convert_openings_fast(const IfcSchema::IfcProduct* entity,
IfcGeom::IfcRepresentationShapeItems opening_shapes;
for (IfcSchema::IfcRepresentation::list::it it2 = reps->begin(); it2 != reps->end(); ++it2) {
if (IfcParse::traverse((*it2))->as<IfcSchema::IfcBoundingBox>()->size()) {
continue;
}
convert_shapes(*it2, opening_shapes);
}