exceptions when reading ifc files.
- Dominant language
- C#
- Stars
- 218
- Forks
- 83
- PR merge metrics
- No merged PRs in 30d
Description
I can load most of my Ifc files, but without any visible reasons some of them just can't be imported with assimp.Net.
Exception is 'StackOverflowException'. It is thrown in AssimpLibrary.ImportFile (AssimpLibrary.cs, line #247), so I'm pretty sure it has something to do with native Assimp library, which I'm not able to debug right now.
It may have something to do with the file itself perhaps, which would be less worrying for me.
Attached to this post is an example of one of them.
Could you please take a loot at it ?
[SAMPLE_EXCEPTION.zip](https://github.com/assimp/assimp-net/files/3725017/SAMPLE_EXCEPTION.zip)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at AssimpLibrary.cs line 247 and reproduce the import using the attached SAMPLE_EXCEPTION.zip file. Compare the failing IFC file with files that import successfully, then determine whether the StackOverflowException originates in assimp-net or the native Assimp library. Done means identifying a reproducible cause and documenting or fixing the import failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- computer-graphics
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100