web-ifc-three
web-ifc-three copied to clipboard
The official IFC Loader for Three.js.
Hi ! I've updated web ifc viewer to 1.0.214 and noticed new geometry issues. So I've tested the files in the three examples of the three repos in github :...
Hi, As IfcGuid are unique id to interact between systems, having a mapping between expressID and ifcGuid is essential. Could you help me getting it available ?
Using the loadAsync method throws an error in the IDE.   ```typescript const handleUpload = async (event: ChangeEvent) => { const IfcFileFromEvent = event.target.files as FileList; const url =...
Hello, I have a problem, if you can help me. I have a requirement that is to export an ifc to json and then display it, I am using the...
I have a specific IFC model exported from revit which has elements with the type '**IFCALARM**' (3087945054). The IFCALARM elements are not rendered properly and they end up as big...
Hi, IFC comes with plain text but sometimes IFC file can be compressed as ZIP in order to save space. The idea is detect the signature that ZIP writes at...
I have updated web-ifc-three from 0.0.119 to 0.0.121. [This](http://www.ifcwiki.org/images/e/e3/AC20-FZK-Haus.ifc) IFC 4 model from [KIT IFC Examples](https://www.ifcwiki.org/index.php?title=KIT_IFC_Examples) stopped loading correctly after the update. 
Hi, Acording last the last code of `web-ifc-three.js` when it request `GetNameFromTypeCode` from `IFC/web-workers/workers/WebIfcWorker.ts` module, it passes `data.args.modelID` parameter as is shown in the following code, ``` export class WebIfcWorker...
I am using the IFCjs with vue example project. In the IfcManager.js function "setupIfcLoader" a path to a local IFCWorker is used: ``` async setupIfcLoader() { let self = this;...
When opening an IFC file, there are errors and elements are not correctly displayed.   orientation is wrong  Is there an update available that corrects these errors ?