We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am try to run sample code 👍 import {BimServerClient} from 'http://localhost:8082/bimserverapi/bimserverclient.js'; import {BimServerViewer} from 'http://localhost:8082/bimserverapi/bsviewer/viewer/bimserverviewer.js';
}); }); api.call("ServiceInterface", "getProjectByPoid", {poid:66084}, (project) => { var canvas = document.getElementById("glcanvas"); var bimServerViewer = new BimServerViewer(api, settings, canvas, window.innerWidth, window.innerHeight); this.bimServerViewer.loadModel(project); });
but it doesn't show modal. Console output is:
bimserverclient.js:56 [default] Login successful [default] Login successful Connecting websocket WebSocket closed -> CloseEvent {isTrusted: true, wasClean: false, code: 1006, reason: "", type: "close", …}
If can find running code then next I am going build PowerBI custom visuals to show data from BIMServer.
Please help me.
Thanks and best regards,
Tariq
The text was updated successfully, but these errors were encountered:
Import statements have been changed to run on my local setup
Sorry, something went wrong.
No branches or pull requests
Hi,
I am try to run sample code 👍 import {BimServerClient} from 'http://localhost:8082/bimserverapi/bimserverclient.js';
========== var api = new BimServerClient("http://localhost:8082"); api.init(() => { api.login("admin@mydomain","admin", () => {import {BimServerViewer} from 'http://localhost:8082/bimserverapi/bsviewer/viewer/bimserverviewer.js';
but it doesn't show modal. Console output is:
bimserverclient.js:56 [default] Login successful
[default] Login successful
Connecting websocket
WebSocket closed -> CloseEvent {isTrusted: true, wasClean: false, code: 1006, reason: "", type: "close", …}
If can find running code then next I am going build PowerBI custom visuals to show data from BIMServer.
Please help me.
Thanks and best regards,
Tariq
The text was updated successfully, but these errors were encountered: