Ruben de Laat

Results 175 comments of Ruben de Laat

https://github.com/opensourceBIM/bimvie.ws-viewer/blob/master/index.html#L97 is being passed "null" as the second argument, you can replace it with something like this: ``` function Notifier() { var othis = this; this.setSelector = function(selector) { };...

I added this line to show you that you are passing null as the first argument to setBinaryDataListener. https://github.com/opensourceBIM/bimvie.ws-viewer/blob/master/examples/api_Download_model.html#L210

I fail to see why the project structure is relevant for this issue, maybe I am missing something? You should pass only the roid of the last revision of the...

Can you share the IFC4 file? By the sounds of it it's probably an invalid file. Also please add more info about which versions of BIMserver and plugins

I don't really understand why you are getting this specific error, but I can explain how the IfcOpenShell plugin is working now. Basically a specific commit-hash is hardcoded in the...

Yeah the proxies just don't work in BIMserver, it's too much a hassle to test everything, I actually struggled to setup a computer _without_ internet connection, it's kinda hard to...

Wow, thanks for the extensive update, could be useful for other people in the same situation. I'll try to remember to place a comment in this issue when we get...