Std HideObjects: Difference between revisions

From FreeCAD Documentation
No edit summary
(add new icons)
Line 7: Line 7:
|[[Std_ToggleSelectability|ToggleSelectability]]
|[[Std_ToggleSelectability|ToggleSelectability]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=
|IconL=Std_ShowObjects.svg
|IconR=Std_ToggleSelectability.svg
|IconR=Std_ToggleSelectability.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
Line 13: Line 13:


<!--T:2-->
<!--T:2-->
<!--Empty=1 to suppress icon-->
{{GuiCommand
{{GuiCommand
|Name=Std HideObjects
|Name=Std HideObjects
|Empty=1
|MenuLocation=View → Visibility → Hide all objects
|MenuLocation=View → Visibility → Hide all objects
|Workbenches=All
|Workbenches=All
Line 51: Line 49:
|[[Std_ToggleSelectability|ToggleSelectability]]
|[[Std_ToggleSelectability|ToggleSelectability]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu|Std View Menu]]
|IconL=
|IconL=Std_ShowObjects.svg
|IconR=Std_ToggleSelectability.svg
|IconR=Std_ToggleSelectability.svg
|IconC=Freecad.svg
|IconC=Freecad.svg

Revision as of 20:14, 5 January 2021

Std HideObjects

Menu location
View → Visibility → Hide all objects
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std ToggleVisibility, Std ShowSelection, Std HideSelection, Std ToggleObjects, Std ShowObjects

Description

The Std HideObjects command hides all objects belonging to the active document in 3D views.

Usage

  1. Select the View → Visibility → Hide 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 DataVisibility property in the Property editor or the Combo view.

Scripting

See also: FreeCAD Scripting Basics.

For a scripting example see Std ToggleVisibility.