xBimTeam / XbimGeometry

XbimGeometry contains the CLR interop libraries and the c++ engine used to compute the 3D geometry of models.
https://xbimteam.github.io/
Other
257 stars 128 forks source link

StackOverflow while creating ModelContext #336

Open GVladislavG opened 3 years ago

GVladislavG commented 3 years ago

Hello, xBim team! I got error while creating context in this file. Error

Ifc-file is in the archive Модель Tekla Structures.zip

Thanks for your help and support!

jomijomi commented 3 years ago

This one crashes because one of the components in the normal for one of the profiles is NaN. #281 is actually a fix for a different problem, but as part of that fix the NaN check is implemented. I think @CBenghi has committed all of this to latest develop. /Mikael

CBenghi commented 3 years ago

image

Indeed, it seems to work with the latest develop branch. It's still a rather large file geometry model (100+Mb meshed), if you need to deal with this type of models in 3D you'd be much better off with our hi-speed viewer, you will have problems with the WPF engine.

Best, Claudio

MarcoGiorgi commented 3 years ago

It's still a rather large file geometry model (100+Mb meshed), if you need to deal with this type of models in 3D you'd be much better off with our hi-speed viewer, you will have problems with the WPF engine.

Sorry, as I need to work with very large models, what is "our hi-speed viewer"?