XbimGeometry icon indicating copy to clipboard operation
XbimGeometry copied to clipboard

Attempt to create a IXbimGeometryObject from a detailed IFC representation results in StackOverflow exception

Open ido-cu opened this issue 3 years ago • 0 comments

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.

DetailedMeshTest.zip

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.

ido-cu avatar May 12 '22 10:05 ido-cu