Converting IFC to XKT #1893
Unanswered
nguyenngocdue
asked this question in
Q&A
Replies: 1 comment
-
|
hi @nguyenngocdue , thank you for your question and sharing with us more details about your project! Getting a bit ahead of my colleagues from the code dev team, I can already state that this conversion path relies on a third-party library, namely web-ifc which we unfortunately are unable to properly support. From time to time we find and fix some issues there but we can't really guarantee. This is why we have this big warning at the beginning of the xeokit-convert Readme: Does this help any further for now? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I'm currently learning how to develop a Revit-related application and I'm using the Xeokit SDK.
My workflow is:
However, at step 2, I'm not sure why the conversion from IFC (around 100MB) to XKT is taking so long.
Here is the backend code: I upload the IFC to MinIO, then retrieve the file and convert it to XKT.
Can you take a look at the code and give me your feedback?
https://gist.github.com/nguyenngocdue/5cbf96072986909a5feb637921c3bcc4
Beta Was this translation helpful? Give feedback.
All reactions