Std Afficher tous les objets

From FreeCAD Documentation
Revision as of 08:54, 16 April 2020 by David69 (talk | contribs) (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...")
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.