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

The official IFC Loader for Three.js.

Results 59 web-ifc-three issues
Sort by recently updated
recently updated
newest added

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 ?

bounty
status: available

Using the loadAsync method throws an error in the IDE. ![image](https://user-images.githubusercontent.com/17034756/227293842-5e137d30-b70b-4d5c-94db-9ff918ce5b74.png) ![image](https://user-images.githubusercontent.com/17034756/227294413-a42b43de-9215-4864-8787-fae4d3755cec.png) ```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...

bounty
status: available

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. ![ifc-bug](https://user-images.githubusercontent.com/2864137/195986131-fc9e1aca-6ea4-4a73-bcda-c11b981d24c3.png)

bounty
status: available

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. ![IFC_representation_error-01](https://user-images.githubusercontent.com/39618522/212306917-939c0388-a73e-4a9f-bdb2-47f9bf16dce5.png) ![IFC_representation_error-02](https://user-images.githubusercontent.com/39618522/212307361-ac6dcf1c-8f4b-40a7-9470-ed19a392daa1.png) orientation is wrong ![IFC_representation_error-03](https://user-images.githubusercontent.com/39618522/212307668-16f8f98f-a6e5-4260-b82b-7fc0e69061ae.png) Is there an update available that corrects these errors ?