Francesco C.
Francesco C.
Same issue here: windows 10.
The only way I found is to pass on a remote server such as PDF.JS, for example, if you try in BLUI or Unreal it will work: https://mozilla.github.io/pdf.js/web/viewer.html?file=https://s22.q4cdn.com/899716706/files/doc_downloads/test.pdf
It seems the ifc4 schema is in the codes files but never implemented completely. It's a pity for engineering part but we can export to the more known ifc3x2 schema...
Basically, datasmith must be prepared on Revit, other than IFC can be used directly, so would be important using directly native formats.
> [@902D9](https://github.com/902D9) This is for you. If GeometryFramework is a plugin maybe we need to add it to .uplugin dependencies ? > > [@fpibbs](https://github.com/fpibbs) if you are in a rush...
VS22 Compile OK, but still no luck. 
>  > You can temporarily fix this problem by modifying the header of this file **Source/UE_Assimp/Private/AIMesh.cpp** to look like this: > `#include "UDynamicMesh.h"` > > Sorry for this, because...
>  You can temporarily fix this problem by modifying the header of this file **Source/UE_Assimp/Private/AIMesh.cpp** to look like this: `#include "UDynamicMesh.h"` > > Sorry for this, because it is...
Ok, Compiled Release of Assimp, Unreal 5.4.4 ok and working: - Geometry Plugin enabled. Thanks!