mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 06:18:09 +00:00
Warn about failure to create camera from IfcAnnotation/DRAWING in Svgserializer
This commit is contained in:
@@ -646,6 +646,8 @@ void SvgSerializer::write(const IfcGeom::BRepElement* brep_obj) {
|
|||||||
view_box_3d_.emplace();
|
view_box_3d_.emplace();
|
||||||
BRepBndLib::AddOBB(compound_unmirrored, *view_box_3d_, false, false, false);
|
BRepBndLib::AddOBB(compound_unmirrored, *view_box_3d_, false, false, false);
|
||||||
#endif
|
#endif
|
||||||
|
} else {
|
||||||
|
Logger::Error("Failed to box or edge from drawing annotation");
|
||||||
}
|
}
|
||||||
|
|
||||||
std::vector<string_property> props;
|
std::vector<string_property> props;
|
||||||
|
|||||||
Reference in New Issue
Block a user