Warn about failure to create camera from IfcAnnotation/DRAWING in Svgserializer

This commit is contained in:
Thomas Krijnen
2025-08-06 09:22:47 +02:00
parent 7a2dc5c0c5
commit 7e2b9dc7f3
+2
View File
@@ -646,6 +646,8 @@ void SvgSerializer::write(const IfcGeom::BRepElement* brep_obj) {
view_box_3d_.emplace();
BRepBndLib::AddOBB(compound_unmirrored, *view_box_3d_, false, false, false);
#endif
} else {
Logger::Error("Failed to box or edge from drawing annotation");
}
std::vector<string_property> props;