web-ifc-viewer
web-ifc-viewer copied to clipboard
Problem with selecting element in IFC files v4.3
On this demo: https://ifcjs.github.io/web-ifc-viewer/example/index
I tried to upload IFC file v4.3
The file loaded without any problem, but when I tried to select any element by double-clicking I caught the error:
Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'FromRawLineData[this.modelSchemaList[modelID]][rawLineData.type]')
The same error I catch in my project on this function: await viewer.IFC.getSpatialStructure(model.modelID, true)