examples icon indicating copy to clipboard operation
examples copied to clipboard

Example implementations of IFC.js.

Results 9 examples issues
Sort by recently updated
recently updated
newest added

`RuntimeError: abort(LinkError: WebAssembly.instantiate(): Import #54 module="a" function="ba" error: function import requires a callable). Build with -s ASSERTIONS=1 for more info.` ![image](https://user-images.githubusercontent.com/25119847/152254571-b008cd67-03a9-40ea-ab99-eba41c0d54e9.png)

Please update wasm files in angular example in this folder : https://github.com/IFCjs/examples/tree/main/simple-angular/src/assets It doesn't work out of the box. The error message is related to these wasm files. I tested...

When I try to open a file, I've got an error : ``` ifc-manager.js:69 RuntimeError: abort(LinkError: WebAssembly.instantiate(): Import #52 module="a" function="$" error: function import requires a callable). Build with -s...

Line `3694` (`return Math.sqrt( this.distanceToSquare( v ) {`) should be removed from [IFCWorker.js](https://github.com/IFCjs/examples/blob/main/simple-vue/public/IFCjs/IFCWorker.js) in [simple-vue](https://github.com/IFCjs/examples/tree/main/simple-vue/public/IFCjs) example. Line is duplicate of `3696` and leaving open curly braces causing error on `serve`.

![image](https://user-images.githubusercontent.com/25119847/152252148-16ad21ec-b75a-4778-8a0f-e63fa8e8ab2e.png) ![image](https://user-images.githubusercontent.com/25119847/152252188-8d503ac9-337e-4c2a-851b-952d9fc3ba57.png)

I'm trying to load a ifc-file in a vue project without using webworkers. The error message received can be seen below. ![error](https://user-images.githubusercontent.com/97030204/150995084-76f677fd-bbcf-421f-864f-9a61c15b4f05.jpg) This is while running the simple vue example...