Vukas Pajic
Vukas Pajic
It seems that there is something in IfcViewerAPI that breaks some of the functionality in BS5, such as dropdowns, tabs and so on. If I remove bundle.js, which is just...
With a particular file I get the following error if I set getProperties to true in the viewer.GLTF.exportIfcFileAsGltf function: ``` web-ifc-api.js:44504 Uncaught (in promise) TypeError: Cannot read properties of null...
https://github.com/IFCjs/web-ifc-viewer/blob/d70fe1800aa15c3accd51d3bc5cc1a9085b43ce7/viewer/src/components/import-export/glTF.ts#LL108C5-L108C5
### What happened? Cross posting from WIV since I believe it's an issue with web-ifc: https://github.com/IFCjs/web-ifc/issues/392  ### Version 1.0.215 ### What browsers are you seeing the problem on? Microsoft...
With a certain file (which i've sent to the ifcjs email, please handle confidentially) loading never completes. I've also tried with the viewer at https://ifcjs.github.io/web-ifc-viewer/example/index . 
When specifying that property "foo" must exist in pset "bar", it would be useful to be able to specify the measure as either "IfcLabel" or "IfcText"
### What happened? Loading a file on https://platform.thatopen.com/app and i receive the error below. ### Version latest ### What browsers are you seeing the problem on? Microsoft Edge ### Relevant...
### Describe the bug 📝 It's common in larger projects to split up a project into smaller, seperate files. These file all have the same IfcProject and thus the same...
*Short summary describing the issue. (3-5 sentences)* Creating an instance of XbimPlacementTree results in a key not found error. Specifically on line 80 in XbimPlacementTree.cs, if the localPlacement.PlacementRelTo is not...
The documentation [here ](https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcReinforcingBar.htm)states: "The representation map of a mapped 'Body' representation should contain a representation of type 'AdvancedSweptSolid' which holds an [IfcSweptDiskSolid](https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcSweptDiskSolid.htm) (including subtype [IfcSweptDiskSolidPolygonal](https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/lexical/IfcSweptDiskSolidPolygonal.htm))." but the [sample file](https://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/annex_e/building-elements/reinforcing-assembly.html)...