-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Floor-plans do not work #221
Comments
Hi, does this happen with any IFC file, or just with specific IFC files? If you could set up a minimal repository where we can reproduce this issue, it would be nice. |
It seems like there is a problem with units in the latest web-ifc. We'll take a look and should fix it very quickly. In the meantime, you can try installing the same version of web-ifc-viewer that we use in the course and it will work. |
I have the same problem, but installing course version of web-ifc-viewer ("^1.0.207") did not help. It seems like something wrong directly with Here's the link to the repository - https://github.com/AnnaAntonovna/IFC-FloorPlans/tree/main Thank you in advance! |
Hi, I solved this in the last version of web-ifc-viewer. Can you please try? Make sure to rebuild your app, avoid exporting web-ifc-three if you are already using web-ifc-viewer and make sure you are using the correct version of web-ifc (web-ifc": "^0.0.39") |
Thank you very much! It works now! |
It's happening again in this thread: I'm using the latest version of WIV |
Hello,
I'm doing the course exercise on floor-plans generation and it's not working properly.
What happens is that whatever plant you choose it always shows the same image.
I have also copied the code of the course exercise: javascript, html and css
the only modification I made was commenting the line:
//await viewer.IFC.setWasmPath('../../../');
because I have the web-assemblies in the same project folder.
Could it be that some update of the web-ifc-viewer has damaged this functionality?
The text was updated successfully, but these errors were encountered: