Ruben de Laat
Ruben de Laat
Hi sorry this asks me to install an executable, please find another way. I do not use QQ nor MSN.
Yes, but so far I have no clue as to why the deck has a different color there.
Do you perhaps have the ability to share this model? That would simplify fixing the bug.
Did you test just a plain websocket connection with the same types of internet connections? For example using https://www.websocket.org/echo.html? Do you have any proxy servers in between?
Yes, just make sure you change the appropriate settings in settings.js (in BIMvie.ws): - getBimServerApiAddress, should return the location of the BimServerJavaScriptApi (usually installed on a BIMserver) - getBimSurferApiAddress should...
That file does not exist, that's why you have to replace the code in the method with either: ``` js successCallback("123"); ``` OR ``` js successCallback((new Date().getTime())); ```
BIMsurfer is not a standalone application, it's a library that is for example used by BIMvie.ws.
See also https://github.com/buildingSMART/IDS/issues/24 and https://github.com/buildingSMART/IDS/issues/55
That marker is not in the actual test case IFC file (the ones in https://github.com/buildingSMART/IDS/tree/master/Documentation/testcases). I hope the marker is only there for us human beings, not for the computer...
Just to clarify, in my experience for >90% of the testcases the fail/pass indicator in the filename does seem to cover the whole IDS, so any extra entities are not...