IfcBooleanClippingResult Hanging
I can read this ifc with solibri utility, but it's unreadable on API XbimwindowsUI create.context freeze it. On xbimXplorer.exe same problem. UNREADABLEIFC.ZIP
Thank.
Tested in v4 where it fails gracefully with an error:

In the very latest v5.1.307 geometry CreateContext hangs with the only warning being:
Xbim.ModelGeometry.Scene.Xbim3DModelContext
GeomEngine: #351="IfcCompositeCurveSegment" ["Unconnected composite curve segment. Curve is incomplete"]
The reason of the hang seems to be a while loop that never ends in OCC. I'll try to see if there's something we can spot before passing the geometry there, or alternatively submit a patch to OCC.
Hello I detected the same problem the whole process is never completed and can hang the whole process and app where this is running. Is there any plan to fix this in any coming release? Any good workaround around this problem right now? Thank you