Autodesk.Viewing.UI
ModelStructurePanel
Extends Autodesk.Viewing.UI.DockingPanel
new ModelStructurePanel(parentContainer, id, title, options)
The Model Structure Panel allows users to explore and set the visibility and selection states of the nodes defined in the loaded model.
Parameters
Expand all
parentContainer* HTMLElement | The container for this panel. |
id* string | The id for this panel. |
title* string | The initial title for this panel. |
options object | An optional dictionary of options. |
startCollapsed boolean | When true, collapses all of the nodes under the root. |
* Required