XbimGeometry
XbimGeometry copied to clipboard
Attempt to create a IXbimGeometryObject from a detailed IFC representation results in StackOverflow exception
When trying to create a IXbimGeometryObject using XbimGeometryEngine from a detailed IFC representation, Xbim fails and throws an StackOverflow exception.
Assemblies and versions affected:
Xbim.Essentials Version=5.1.323 Xbim.Geometry Version=5.1.403
Steps (or code) to reproduce the issue:
I added a testing app in C# (.net 6). Running it on the shitty-toilet.ifc input file will result in a StackOverflow exception.
Minimal file to reproduce the issue:
IFC file is attached within the testing app.
Expected behavior:
It should create a Xbim solid object.
Actual behavior or exception details:
It throws a StackOverflow exception.