Std ToggleObjects/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "==Описание==")
(Created page with "==Использование==")
Line 24: Line 24:
The '''Std ToggleObjects''' command toggles the visibility of all objects belonging to the active document in [[3D_view|3D views]]. Be careful when you use this command as it will also toggle the visibility of sub-elements of [[PartDesign_Body|PartDesign bodies]] and objects used for [[Part_Boolean|Part Booleans]]. In most cases these should stay invisible.
The '''Std ToggleObjects''' command toggles the visibility of all objects belonging to the active document in [[3D_view|3D views]]. Be careful when you use this command as it will also toggle the visibility of sub-elements of [[PartDesign_Body|PartDesign bodies]] and objects used for [[Part_Boolean|Part Booleans]]. In most cases these should stay invisible.


==Использование==
==Usage==


# Select the {{MenuCommand|View → Visibility → Toggle all objects}} option from the menu.
# Select the {{MenuCommand|View → Visibility → Toggle all objects}} option from the menu.

Revision as of 21:27, 7 May 2020

Other languages:

Std ToggleObjects

Системное название
Std ToggleObjects
Расположение в меню
Вид → Видимость → Инвертировать все видимости
Верстаки
All
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Std ToggleVisibility, Std ShowSelection, Std HideSelection, Std ShowObjects, Std HideObjects

Описание

The Std ToggleObjects command toggles the visibility of all objects belonging to the active document in 3D views. Be careful when you use this command as it will also toggle the visibility of sub-elements of PartDesign bodies and objects used for Part Booleans. In most cases these should stay invisible.

Использование

  1. Select the View → Visibility → Toggle all objects option from the menu.

Notes

  • The action of this command cannot be undone with Std Undo.
  • The visibility of an object can also be changed through its related ДанныеVisibility property in the Property editor or the Combo view.

Scripting

See also: FreeCAD Scripting Basics.

For a scripting example see Std ToggleVisibility.