This commit is contained in:
Thomas Krijnen
2024-01-22 09:38:05 +01:00
committed by GitHub
parent ab80400e16
commit f2d19ab2c3
+1
View File
@@ -600,6 +600,7 @@ IfcUtil::IfcBaseClass* IfcGeom::MAKE_TYPE_NAME(serialise_)(const TopoDS_Shape& s
return 0; return 0;
} }
/// @todo Are shells always in this order or does Orientation() needs to be checked? /// @todo Are shells always in this order or does Orientation() needs to be checked?
/// > #4216, no, consider using BRepClass3d::OuterShell()
if (outer) { if (outer) {
inner->push(shell); inner->push(shell);
} else { } else {