Std ShowObjects/it: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/it
{{Docnav/it
|[[Std_ToggleObjects/it|Commuta tutti gli oggetti]]
|[[Std_ToggleObjects/it|Commuta tutti gli oggetti]]
|[[Std_HideObjects/it|Nascondi tutti gli oggetti]]
|[[Std_HideObjects/it|Nascondi tutti gli oggetti]]
|[[Std_View_Menu/it|Menu Visualizza]]
|[[Std_View_Menu/it|Menu Visualizza]]
|IconL=
|IconL=Std_ToggleObjects.svg
|IconR=
|IconR=Std_HideObjects.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
}}
}}
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
Line 23: Line 21:
</div>
</div>


<span id="Description"></span>
==Descrizione==
==Descrizione==


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.


<span id="Usage"></span>
==Utilizzo==
==Utilizzo==


# Select the {{MenuCommand|View → Visibility → [[Image:Std_ShowObjects.svg|16px]] Show all objects}} option from the menu.
# Select the {{MenuCommand|View → Visibility → [[Image:Std_ShowObjects.svg|16px]] Show all objects}} option from the menu.


<span id="Notes"></span>
==Note==
==Note==


Line 36: Line 37:
* 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]].


<span id="Scripting"></span>
==Script==
==Script==



Revision as of 19:52, 7 April 2023

Other languages:

Std ShowObjects

Posizione nel menu
Visualizza → Visibilità → Mostra 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, Nascondi tutti gli oggetti

Descrizione

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.

Utilizzo

  1. Select the View → Visibility → Show 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.