ThatOpen / engine_web-ifc

Reading and writing IFC files with Javascript, at native speeds.
https://thatopen.github.io/engine_web-ifc/demo
Mozilla Public License 2.0
611 stars 186 forks source link

[Bug]: Object missing in the viewer #837

Closed vivenHu closed 4 months ago

vivenHu commented 4 months ago

What happened?

I'm using the demo viewer provided in the repo page for showcase (needed for our case). And would like to ask if the demo viewer is updated recently. As shown in the screenshots below. Columns in my IFC file are missing but were there when I tested two weeks ago. I also Tested with the test build from 27.05.2024 and 13.05.2024 from the "Current build" Tab, the old one shows the column, but the new one doesn't. demo_before demo_now

Version

0.0.55

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

Anything else?

No response

QuimMoya commented 4 months ago

Can you provide the model?

vivenHu commented 4 months ago

Can you provide the model?

Thank you very much for your fast reply. I created a test IFC with only columns. test.zip. It shows in the old build but not in the demo and new build. column before

QuimMoya commented 4 months ago

I Think it's solved

image

vivenHu commented 4 months ago

I just tested with the new demo and build. It's fixed. Thank you very much for the fast fix.