Std ShowObjects/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/fr |Basculer tous les objets |Masquer tous les objets |Menu affichage |IconL= |IconR= |IconC=Free...")
(Created page with "<!--Empty=1 to suppress icon--> {{GuiCommand/fr |Name=Std ShowObjects |Name/fr=Std Afficher les objets |Empty=1 |MenuLocation=Affichage → Visibilité → Afficher les objets...")
Line 11: Line 11:


<!--Empty=1 to suppress icon-->
<!--Empty=1 to suppress icon-->
{{GuiCommand
{{GuiCommand/fr
|Name=Std ShowObjects
|Name=Std ShowObjects
|Name/fr=Std Afficher les objets
|Empty=1
|Empty=1
|MenuLocation=ViewVisibilityShow all objects
|MenuLocation=AffichageVisibilitéAfficher les objets
|Workbenches=All
|Workbenches=Tous
|SeeAlso=[[Std_ToggleVisibility|Std ToggleVisibility]], [[Std_ShowSelection|Std ShowSelection]], [[Std_HideSelection|Std HideSelection]], [[Std_ToggleObjects|Std ToggleObjects]], [[Std_HideObjects|Std HideObjects]]
|SeeAlso=[[Std_ToggleVisibility|Std Basculer visibilité]], [[Std_ShowSelection|Std Afficher la sélection]], [[Std_HideSelection|Std Masquer la sélection]], [[Std_ToggleObjects|Std Basculer tous les objets]], [[Std_HideObjects|Std Masquer tous les objets]]
}}
}}



Revision as of 08:54, 16 April 2020

Other languages:

Std Afficher les objets

Emplacement du menu
Affichage → Visibilité → Afficher les objets
Ateliers
Tous
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Std Basculer visibilité, Std Afficher la sélection, Std Masquer la sélection, Std Basculer tous les objets, Std Masquer tous les objets

Description

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.

Usage

  1. Select the View → Visibility → Show 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 DonnéesVisibility property in the Property editor or the Combo view.

Scripting

See also: FreeCAD Scripting Basics.

For a scripting example see Std ToggleVisibility.