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

Graphics engine and toolkit for client applications.

Results 63 web-ifc-viewer issues
Sort by recently updated
recently updated
newest added

Hi Folks, I'm implementing a rough three js clipping plane since I faced up some issues with the ifc clipping comands. My question is, is there any setup that is...

Hello, I'm currently using the web-ifc-viewer library and I've encountered a specific issue pertaining to the rendering of certain transparent items. Specifically, elements like windows, which should be transparent, aren't...

Hello, I'm doing the course exercise on floor-plans generation and it's not working properly. What happens is that whatever plant you choose it always shows the same image. I have...

Hello everyone! Can anyone please help me with web-ifc-viewer using react + typescript + webpack5? Could you please advise on how to solve this? ` ERROR in ./node_modules/web-ifc-viewer/dist/ifc-viewer-api.js 1:0-151 Module...

Hi folks, this is the error I get when generating the planViews(): set maxim size exceeded ![image](https://github.com/IFCjs/web-ifc-viewer/assets/78984964/8f21af0e-5ee6-4fc6-acac-6c5d92e950eb) I'm using the block of code used in the course for floorplan generation...

Clipping the model and then using viewer.filler.create to 'fill' the clipped objects results in a rather ugly visualization (see image). Is there something I'm doing wrong? ![image](https://user-images.githubusercontent.com/46968115/209528869-a3bc0a38-1d5f-41a2-a261-779d130baaa5.png) ``` IfcJsViewer.viewer.clipper.createPlane(); let...

Code: https://github.com/IFCjs/examples/tree/main/simple-vue IFC file: https://github.com/IFCjs/test-ifc-files/blob/main/Revit/TESTED_Simple_project_01.ifc I tested getItemProperties in simple-vue ![0 0 80](https://github.com/IFCjs/web-ifc-viewer/assets/131854562/a9de4436-c38f-4d7f-a8c6-9bc5b85ec98f) when "web-ifc-three": "0.0.80", I can see the values of RefLatitude/RefLongitude. ![0 0 125](https://github.com/IFCjs/web-ifc-viewer/assets/131854562/e690778d-8aaf-4539-a3a8-a7bc1eef8189) However, when "web-ifc-three": "^0.0.125",...

Trying to load larger files (more than 268mb) causes error: `UnknownError: IDBObjectStore.put: The serialized value is too large (size=374079546 bytes, max=267386880 bytes).` Is there some default for firefox capping it...

Can anyone give me example enable , disable zoom rotation and pan in IFCViewer

Is it possible to change the mouse assignments in the viewer? Currently I can rotate with left click and move with right click. I would like to do that the...