BIMsurfer-before2019 icon indicating copy to clipboard operation
BIMsurfer-before2019 copied to clipboard

Uncaught ReferenceError: loadBimServerApi is not defined

Open carlosips opened this issue 8 years ago • 4 comments

In example1.js file, in connect function, there is a loadBimServerApi function call, but isn't defined. The file where this function is defined has been removed since last commit. How can I connect to bimserver? Besides, Are there any way to use only bimsurfer (without bimserver) in my own project?

carlosips avatar Mar 21 '16 23:03 carlosips

Did you find the solution?

rechappoux avatar Apr 20 '16 14:04 rechappoux

No. Finally I have used IfcConvert and Three.js.

carlosips avatar Apr 20 '16 20:04 carlosips

The current way to load the API seems to be here: https://github.com/opensourceBIM/BIMserver/wiki/JavaScriptClient

At least I managed to load the API and log into the server. It did require a bit of debugging as the information given on the page is quite sketchy or plain wrong like much of BIMServer's documentation, unfortunately.

harrio avatar May 21 '16 22:05 harrio

Same issue here :-(

JanBurp avatar Aug 29 '16 12:08 JanBurp