Опция "Свернуть/развернуть"

From FreeCAD Documentation
This page is a translated version of the page Std TreeCollapseDocument and the translation is 60% complete.
Outdated translations are marked like this.
Other languages:

Std TreeCollapseDocument

Системное название
Std TreeCollapseDocument
Расположение в меню
Вид → Дерево документа → Свернуть/Развернуть
Верстаки
All
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Std TreeSingleDocument, Std TreeMultiDocument

Описание

The Std TreeCollapseDocument command switches the Tree view DocumentMode to CollapseDocument. In this mode activating a document’s 3D view will automatically expand that document in the Tree view and collapse all other documents. The other modes are SingleDocument and MultiDocument.

Применение

  1. There are several ways to invoke the command:
    • Click on the black down arrow to the right of the button and select the Collapse/Expand option from the flyout. Note: the button image will change depending on the selected option.
    • Select the View → TreeView actions → Collapse/Expand option from the menu.

Настройки

The Tree view DocumentMode mode is stored: Tools → Edit parameters... → BaseApp → Preferences → TreeView → DocumentMode. It is an integer value. Possible values are 0 (SingleDocument), 1 (MultiDocument) or 2 (CollapseDocument). The default is 2.