web-ifc-viewer icon indicating copy to clipboard operation
web-ifc-viewer copied to clipboard

Problem with selecting element in IFC files v4.3

Open Ser1ous opened this issue 1 year ago • 1 comments

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)

Ser1ous avatar Jan 10 '24 16:01 Ser1ous