From f2d19ab2c377c0bb1b5b307a05fa30b3b701f34a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Mon, 22 Jan 2024 09:38:05 +0100 Subject: [PATCH] #4216 todo note --- src/ifcgeom/Serialization.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcgeom/Serialization.cpp b/src/ifcgeom/Serialization.cpp index fe257dde93..9c3104a61f 100644 --- a/src/ifcgeom/Serialization.cpp +++ b/src/ifcgeom/Serialization.cpp @@ -600,6 +600,7 @@ IfcUtil::IfcBaseClass* IfcGeom::MAKE_TYPE_NAME(serialise_)(const TopoDS_Shape& s return 0; } /// @todo Are shells always in this order or does Orientation() needs to be checked? + /// > #4216, no, consider using BRepClass3d::OuterShell() if (outer) { inner->push(shell); } else {