We are currently consuming utilizing the Forge Viewer in our product and also have an extension that allows us to interact with the Viewer. If we have already isolated some nodes on a loaded model, and then go to hide the entire model, the IsolateNodes property on the model's visibility manager is not updated. It continues to have the ids of the nodes that were previously isolated.
What can i do to have the IsolatedNodes property updated?
FYI....
The call we make to hide the entire model is as follows: "model.visbilityManager.hide(model.getRootId());"
The viewer3D.js version we are currently utilizing is v3.3.5