Lets just make it easier
Lazy loading
We’ve introduced lazy loading, this means that it is no longer necessary to apply visual changes as before. When you make changes they will be applied automatically. This also means that geometries will be loaded and unloaded as you go improving overall performance.
IfcClasses
We also added a new and improved API for working with BimIfcClass which makes it easier and more intuitive to, in a performant way, detect what ifc class and type (category) an IfcProduct has. Check out the example playgrounds below to give it a try.
Units!
The IfcProperties now have units, if specified in the IFC, will now carry over to your digital twin, you will find the unit on the property in the API. This will allow you to add units to numerical values in your site or app when applicable. You will need to reparse your files for this to take effect.