亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

javascript - autodesk forge viewer multi-model loading model browser problem
代言
代言 2017-07-05 10:56:47
0
1
1735

After loading multiple models. In the AGGREGATE_SELECTION_CHANGED_EVENT event

var propertyPanel = Viewer.getPropertyPanel(true);
    propertyPanel.currentModel = model;
    model.getObjectTree(function(instanceTree){
        Viewer.modelstructure.setModel(instanceTree);
    }

Although the model tree in the model browser will change according to the clicked model
, when you click on the element in the red box to hide the component, it will still be the initially loaded model

代言
代言

reply all(1)
大家講道理

Sorry, the current model browser does not support the use of multiple models. If you want to correct this situation, you can try to override Autodesk.Viewing.UI.ModelStructurePanel and Autodesk.Viewing.Extensions.ViewerModelStructurePanel and modify it. Internal functions allow it to support multi-model usage scenarios.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template