Std HideObjects/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 33: Line 33:
== Note ==
== Note ==


* Invisible objects are displayed with a greyed out label and a greyed out icon in the [[Tree_view|Tree view]].
* The action of this command cannot be undone with [[Std_Undo|Std Undo]].
* The action of this command cannot be undone with [[Std_Undo|Std Undo]].
* 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]].

Revision as of 20:29, 11 February 2021

Other languages:

Std HideObjects

Posizione nel menu
Visualizza → Visibilità → Nascondi tutti gli oggetti
Ambiente
Tutti
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Mostra/Nascondi, Mostra la selezione, Nascondi la selezione, Commuta tutti gli oggetti, Mostra tutti gli oggetti

Descrizione

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

Utilizzo

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

Note

  • Invisible objects are displayed with a greyed out label and a greyed out icon in the Tree view.
  • The action of this command cannot be undone with Std Undo.
  • The visibility of an object can also be changed through its related DatiVisibility property in the Property editor or the Combo view.

Script

Vedere anche: Script di base per FreeCAD

For a scripting example see Std ToggleVisibility.