Visualizza: Nascondi tutti gli oggetti

From FreeCAD Documentation
Revision as of 20:43, 16 April 2020 by Renatorivo (talk | contribs) (Created page with "{{Emphasis|Vedere anche:}} Script di base per FreeCAD")
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

  • 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.