Std HideSelection/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "==Utilisation==")
(Created page with "# Sélectionnez un ou plusieurs objets. # Il existe plusieurs façons d'appeler la commande: #* Sélectionnez l'option {{MenuCommand/fr|Affichage → Visibilité → Masquer l...")
Line 26: Line 26:
==Utilisation==
==Utilisation==


# Sélectionnez un ou plusieurs objets.
# Select one or more objects.
# Il existe plusieurs façons d'appeler la commande:
# There are several ways to invoke the command:
#* Select the {{MenuCommand|ViewVisibilityHide selection}} option from the menu.
#* Sélectionnez l'option {{MenuCommand/fr|AffichageVisibilitéMasquer la selection}} dans le menu.
#* Select the {{MenuCommand|Hide selection}} option from the [[Tree_view|Tree view]] context menu. This option is not available in the [[PartDesign_Workbench|PartDesign Workbench]].
#* Sélectionnez l'option {{MenuCommand/fr|Masquer la selection}} dans le menu contextuel de la [[tree view/fr|vue en arborescence]]. Cette option n'est pas disponible dans l'[[PartDesign_Workbench/fr|atelier PartDesign]].


==Notes==
==Notes==

Revision as of 12:29, 13 April 2020

Other languages:

Std Masquer la sélection

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

Description

La commande Std Masquer la sélection masque les objets sélectionnés dans la Vues 3D.

Utilisation

  1. Sélectionnez un ou plusieurs objets.
  2. Il existe plusieurs façons d'appeler la commande:

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.