engine_web-ifc
engine_web-ifc copied to clipboard
IFC with no materials fails to load
A simple IFC file that doesn't have properties or materials doesn't load. Since it seems to open fine in BIM Vision, I assume that the IFC is ok, but not 100% sure. Might be worth investigation

This zip contains two version of the model, the original (slightly larger) and a smaller one that was run through Solibri IFC Optimizer (I was hoping that would fix any IFC issues the file might have, but it didn't.
This issue is now a bounty. Whoever solves this will get $100. More information here.
Hi, the problem is that the IFC does not contain any IFCSHAPEREPRESENTATION with the identifier "Body", so IFC.JS does not construct any geometry. -> #82=IFCSHAPEREPRESENTATION(#13,'Facetation','SurfaceModel',(#81));
If you replace "Facetation" by "Body" IFC.JS will read this geometry
Is it solved?
By changing all 'Facetation' by 'Body' you obtain this