dynamicView.setVisibilitySelectedNodes(isVisible)

Depending on a passed parameter value, the dynamicView.setVisibilitySelectedNodes(isVisible) function toggles the following:

  • The visibility of selected nodes in a Dynamic or Streaming 3D Viewer scene.
  • The visibility state of selected nodes in the Tree Grid View.

The function has the following parameter:

  • isVisible: a Boolean flag

    • true: to show selected nodes in a Dynamic or Streaming 3D Viewer scene and set their state to visible in the Tree Grid View.
    • false: to hide selected nodes in a Dynamic or Streaming 3D Viewer scene and set their state to hidden in the Tree Grid View.