Std ToggleObjects/it: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/it |Name=Std ToggleObjects |Name/it=Commuta tutti gli oggetti |Empty=1 |MenuLocation=Visualizza → Visibilità → Commuta tutti gli oggetti |Workbenches=Tutti |...")
(Created page with "==Utilizzo==")
Line 23: Line 23:
The '''Std ToggleObjects''' command toggles the visibility of all objects belonging to the active document in [[3D_view|3D views]]. Be careful when you use this command as it will also toggle the visibility of sub-elements of [[PartDesign_Body|PartDesign bodies]] and objects used for [[Part_Boolean|Part Booleans]]. In most cases these should stay invisible.
The '''Std ToggleObjects''' command toggles the visibility of all objects belonging to the active document in [[3D_view|3D views]]. Be careful when you use this command as it will also toggle the visibility of sub-elements of [[PartDesign_Body|PartDesign bodies]] and objects used for [[Part_Boolean|Part Booleans]]. In most cases these should stay invisible.


==Usage==
==Utilizzo==


# Select the {{MenuCommand|View → Visibility → Toggle all objects}} option from the menu.
# Select the {{MenuCommand|View → Visibility → Toggle all objects}} option from the menu.

Revision as of 20:28, 16 April 2020

Other languages:

Commuta tutti gli oggetti

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

Descrizione

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.

Utilizzo

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

Scripting

See also: FreeCAD Scripting Basics.

For a scripting example see Std ToggleVisibility.