You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear everyone!
I was able to effectively showcase a wexbim file on an HTML page using the xbim-viewer.js.
But I would like to display an IFC file directly on an HTML page without having to convert it to wexbim.
So, I attempted to convert an IFC file to WexBIM using the xbim-viewer.js, or to find a method for displaying an IFC file directly on an HTML page using the same library.
Unfortunately, I was unable to carry out this.
I sincerely hope that someone can provide me with the assistance I need.
Please note that I utilized xbim-viewer.js instead of a TypeScript library.
Thanks in advance.
Best regards.
The text was updated successfully, but these errors were encountered:
Dear @SerafinaM , the latest version of the viewer is written in Typescript, but published as a standard Javascript package (@xbim/viewer). It has Typescript typings as part of the package, but that is only a developer aid.
You have to run a server-side xbim Toolkit code to convert IFC to wexbim. Transforming IFC for 3D visual presentation is a cost intensive operation and we can't see why it should be paid many times on client side, when it can just be processed once server side.
What is your usecase for this functionality? Is your environment constrained in some way? We also have a managed service, where you can offload the model processing to our cloud. Let me know if you want to find out mode.
Thank you for your response.
Regarding usecase, I have multiple IFC templates that need to be displayed on an HTML page.
I utilized the xbim-viewer.js library to showcase the wexbim file.
There are numerous IFC templates available and they are updated regularly.
I need to display these either directly or by converting them using xbim-viewer.js, I think.
I would greatly appreciate any advice you could give me.
What do you mean by IFC templates? And how are they updated? Is this some kind of an online IFC product configurator? Or are these building models being uploaded with new versions?
Dear everyone!
I was able to effectively showcase a wexbim file on an HTML page using the xbim-viewer.js.
But I would like to display an IFC file directly on an HTML page without having to convert it to wexbim.
So, I attempted to convert an IFC file to WexBIM using the xbim-viewer.js, or to find a method for displaying an IFC file directly on an HTML page using the same library.
Unfortunately, I was unable to carry out this.
I sincerely hope that someone can provide me with the assistance I need.
Please note that I utilized xbim-viewer.js instead of a TypeScript library.
Thanks in advance.
Best regards.
The text was updated successfully, but these errors were encountered: