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]: IfcGloballyUniqueId not giving compliant GUID. #893

Closed HoyosJuan closed 1 day ago

HoyosJuan commented 4 days ago

What happened?

As the title says, when creating a new GUID the results seem to not get well compressed based on the IFC schema.

Version

0.0.55

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

Anything else?

image

beachtom commented 1 day ago

So there is no code in web-ifc to compress guids. We assume they are already compressed before being password to the library via write line. So something else is causing this.