Команда "Инвертировать все видимости"

From FreeCAD Documentation
Revision as of 21:29, 7 May 2020 by Baritone (talk | contribs) (Created page with "{{Docnav/ru |Std SelectVisibleObjects |Std ShowObjects |Std View Menu |IconL= |IconR= |IconC=Freeca...")
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. Выбрать в меню Вид → Видимость → Инвертировать все видимости.

Примечания

  • 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

Смотри так же: Основы скриптов в FreeCAD.

For a scripting example see Std ToggleVisibility.