From 80bdb36ccc02209a2f1d240630692958e75d92d2 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 9 Apr 2019 17:09:27 +0200 Subject: [PATCH] Reduce face triangulation message severity to warning --- src/ifcgeom/IfcGeomFaces.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ifcgeom/IfcGeomFaces.cpp b/src/ifcgeom/IfcGeomFaces.cpp index b44121e657..4578d0e7a2 100644 --- a/src/ifcgeom/IfcGeomFaces.cpp +++ b/src/ifcgeom/IfcGeomFaces.cpp @@ -304,7 +304,7 @@ bool IfcGeom::Kernel::convert(const IfcSchema::IfcFace* l, TopoDS_Shape& face) { delete mf; if (non_planar && bounds->size() == 1 && face_surface.IsNull()) { - Logger::Message(Logger::LOG_ERROR, "Triangulating face boundary", bound); + Logger::Message(Logger::LOG_WARNING, "Triangulating face boundary", bound); // When creating a solid, flatting the boundary only postpones the issue to // creating a topological manifold out of the individual faces.