Std ShowObjects/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Std_ToggleObjects/ru|Std ToggleObjects]]
|[[Std_ToggleObjects/ru|Команда "Инвертировать все видимости"]]
|[[Std_HideObjects/ru|Std HideObjects]]
|[[Std_HideObjects/ru|Команда "Скрыть все объекты"]]
|[[Std_View_Menu/ru|Std View Menu]]
|[[Std_View_Menu/ru|Меню "Вид"]]
|IconL=
|IconL=Std_ToggleObjects.svg
|IconR=
|IconR=Std_HideObjects.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{GuiCommand/ru
{{GuiCommand/ru
Line 24: Line 22:
The '''Std ShowObjects''' command shows all objects belonging to the active document in [[3D_view|3D views]]. Be careful when you use this command as it will also show sub-elements of [[PartDesign_Body|PartDesign bodies]] and objects used for [[Part_Boolean|Part Booleans]]. In most cases these should stay invisible.
The '''Std ShowObjects''' command shows all objects belonging to the active document in [[3D_view|3D views]]. Be careful when you use this command as it will also show sub-elements of [[PartDesign_Body|PartDesign bodies]] and objects used for [[Part_Boolean|Part Booleans]]. In most cases these should stay invisible.


==Применение==
==Использование==


# Select the {{MenuCommand|ViewVisibility → [[Image:Std_ShowObjects.svg|16px]] Show all objects}} option from the menu.
# Выберите пункт меню {{MenuCommand|ВидВидимость → [[Image:Std_ShowObjects.svg|16px]] Показать все объекты}}.


==Примечания==
==Примечания==
Line 33: Line 31:
* The visibility of an object can also be changed through its related {{PropertyData|Visibility}} property in the [[Property_editor|Property editor]] or the [[Combo_view|Combo view]].
* The visibility of an object can also be changed through its related {{PropertyData|Visibility}} property in the [[Property_editor|Property editor]] or the [[Combo_view|Combo view]].


==Программирование==
==Scripting==


{{Emphasis|Смотри так же:}} [[FreeCAD_Scripting_Basics/ru|Основы скриптов в FreeCAD]].
{{Emphasis|Смотрите так же:}} [[FreeCAD_Scripting_Basics/ru|Основы составления скриптов в FreeCAD]].


For a scripting example see [[Std_ToggleVisibility|Std ToggleVisibility]].
Пример скрипта см. в описании команды [[Std_ToggleVisibility/ru|"Видимость"]].




<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Std_ToggleObjects/ru|Std ToggleObjects]]
|[[Std_ToggleObjects/ru|Команда "Инвертировать все видимости"]]
|[[Std_HideObjects/ru|Std HideObjects]]
|[[Std_HideObjects/ru|Команда "Скрыть все объекты"]]
|[[Std_View_Menu/ru|Std View Menu]]
|[[Std_View_Menu/ru|Меню "Вид"]]
|IconL=
|IconL=Std_ToggleObjects.svg
|IconR=
|IconR=Std_HideObjects.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


{{Std Base navi{{#translation:}}}}
{{Std Base navi{{#translation:}}}}

Latest revision as of 19:48, 6 August 2021

Other languages:

Std ShowObjects

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

Описание

The Std ShowObjects command shows all objects belonging to the active document in 3D views. Be careful when you use this command as it will also show 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.

Программирование

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

Пример скрипта см. в описании команды "Видимость".