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
573 stars 170 forks source link

[Bug]: ERROR: Unsupported Schema:IFC4X3_ADD1 #884

Closed agviegas closed 4 days ago

agviegas commented 1 week ago

What happened?

A file where the schema is IFC4X3_ADD1 is not read. If I manually change it to IFC4X3, it works perfectly. A file where this happens can be found here. This can be reproduced by opening it in the demo.

Version

0.0.55

What browsers are you seeing the problem on?

No response

Relevant log output

web-ifc-viewer.js:246859 ERROR:  Unsupported Schema:IFC4X3_ADD1
error   @   web-ifc-viewer.js:246859

Anything else?

No response

beachtom commented 4 days ago

Fixed