You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to parse this line: #15236= IFCPROPERTYSINGLEVALUE('soil_layer_name',$,IFCIDENTIFIER('\X2\7d20586b571f\X0\'),$); using web-ifc api method like this const props = await this.ifcapi.GetLine(this.modelId as number, id), and I get incorrect text. After I change '\X2\7d20586b571f\X0\' to uppercase '\X2\7D20586B571F\X0\' and then I get correct text, so I think there is something wrong in text parsing part.