Class representing the design tree window in the BIM application. Extends the BimCTVirtualScrollWindow class.
Constructor for BimCTDesignTreeWindow.
The renderer instance.
The HTML element for the renderer.
Gets the renderer associated with the window.
The renderer.
Activates or deactivates the window.
Whether to activate the window.
Optional
Whether to refresh the UI.
Gets the selected element nodes.
Whether to include model nodes in the selection.
Gets the element IDs of the selected items.
Gets the internal IDs of the selected items.
Hides the design tree window.
Hides the expand-to-level menu.
Checks if the window is currently showing.
True if the window is showing, otherwise false.
Checks if a row is showing in the viewport.
True if the row is showing, false otherwise.
The row to check.
The offset to apply.
Maximizes the window to fill the screen.
Moves the window horizontally by a specified number of pixels. Only if already moved one time
The number of pixels to move the window.
Refreshes the UI of the window.
Resets the window to its default style.
Whether to force the reset.
Restores the window to its original size and position.
Gets the scrollable body element.
Scrolls to the specified row.
The row to scroll to.
Whether to force the scroll.
Scrolls to the specified row index.
The row index to scroll to.
Sets the loading state of the window.
Whether to show the loading state.
Shows the design tree window.
Shows the design tree window with an option to expand to level 2.
Whether to expand to level 2.
Zooms to the selected items in the tree.
Class representing the design tree window in the BIM application. Extends the BimCTVirtualScrollWindow class.