Manuel Schott
Manuel Schott
You need to know the gid of the object you want to highlight (object.gid). Then you search the SceneJS scene for the structure with that id, like scene.findNode(gid). As Ruben...
Sorry, no. Whats your problem exactly? You extend BIMview.ws? You need a reference to the BIM objects andalso to the SceneJS scene. The BIM objects to get the gid of...
And you use standard BIMvie.ws? The project tree and also the 3D viewer downloading the model objects from the BIMserver. This is done via BimServerClient instance which provides a method...
You're not using the BimServerJS API? I'll call it like instanceBimServerClient.getModel(poid, roid, strSchema, bDeep, function(model) { ... /\* model is 'nearly' the JS object as seen in the screenshot */...
Params seem to be okay. Does BIMvie.ws show the model correctly for that project? You should check what BIMvie.ws does - attach the debugger to the functions in the 3dview.html...
Of course you are right. Andalso after calling the getModel method you need to init the download of the objects - then you'll get the model.objects. The model of the...