This commit is contained in:
Thomas Krijnen
2024-01-22 09:38:05 +01:00
parent 7b7dece5e7
commit ce927cfe30
@@ -614,6 +614,7 @@ IfcUtil::IfcBaseClass* POSTFIX_SCHEMA(serialise)(const TopoDS_Shape& shape, bool
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 {