Std Basculer tous les objets

From FreeCAD Documentation
Revision as of 09:39, 16 April 2020 by David69 (talk | contribs) (Created page with "<!--Empty=1 to suppress icon--> {{GuiCommand/fr |Name=Std ToggleObjects |Name/fr=Std Basculer tous les objets |Empty=1 |MenuLocation=Affichage → Visibilité → Basculer tou...")
Other languages:

Std Basculer tous les objets

Emplacement du menu
Affichage → Visibilité → Basculer tous 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 Afficher tous les objets, Std Masquer tous les objets

Description

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.

Usage

  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 DonnéesVisibility property in the Property editor or the Combo view.

Scripting

See also: FreeCAD Scripting Basics.

For a scripting example see Std ToggleVisibility.