Std HideSelection/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Std AuswahlAusblenden")
 
(Created page with "Der Befehl '''Std AuswahlAusblenden''' blendet ausgewählte Objekte in der 3D-Ansicht aus.")
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>


{{Docnav
{{Docnav/de
|[[Std_ShowSelection|ShowSelection]]
|[[Std_ShowSelection/de|AuswahlAnzeigen]]
|[[Std_SelectVisibleObjects|SelectVisibleObjects]]
|[[Std_SelectVisibleObjects/de|SichtbareObjekteAuswählen]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/de|Std Menü Ansicht]]
|IconL=Std_ShowSelection.svg
|IconL=Std_ShowSelection.svg
|IconR=Std_SelectVisibleObjects.svg
|IconR=Std_SelectVisibleObjects.svg
Line 10: Line 10:
}}
}}


{{GuiCommand
{{GuiCommand/de
|Name=Std HideSelection
|Name=Std HideSelection
|Name/de=Std AuswahlAusblenden
|MenuLocation=ViewVisibilityHide selection
|MenuLocation=AnsichtSichtbarkeitAuswahl ausblenden
|Workbenches=All
|Workbenches=Alle
|SeeAlso=[[Std_ToggleVisibility|Std ToggleVisibility]], [[Std_ShowSelection|Std ShowSelection]], [[Std_ToggleObjects|Std ToggleObjects]], [[Std_ShowObjects|Std ShowObjects]], [[Std_HideObjects|Std HideObjects]]
|SeeAlso=[[Std_ToggleVisibility/de|Std SichtbarkeitUmschalten]], [[Std_ShowSelection/de|Std AuswahlEinblenden]], [[Std_ToggleObjects/de|Std ObjekteUmschalten]], [[Std_ShowObjects/de|Std ObjekteEinblenden]], [[Std_HideObjects/de|Std ObjekteAusblenden]]
}}
}}


==Description==
==Beschreibung==


The '''Std HideSelection''' command hides selected objects in [[3D_view|3D views]].
Der Befehl '''Std AuswahlAusblenden''' blendet ausgewählte Objekte in der [[3D_view|3D-Ansicht]] aus.


==Usage==
==Anwendung==


# Select one or more objects.
# Select one or more objects.
Line 28: Line 29:
#* Select the {{MenuCommand|[[Image:Std_HideSelection.svg|16px]] Hide selection}} option from the [[Tree_view|Tree view]] context menu. This option is not available in the [[PartDesign_Workbench|PartDesign Workbench]].
#* Select the {{MenuCommand|[[Image:Std_HideSelection.svg|16px]] Hide selection}} option from the [[Tree_view|Tree view]] context menu. This option is not available in the [[PartDesign_Workbench|PartDesign Workbench]].


==Notes==
==Hinweise==


* Invisible objects are displayed with a greyed out label and a greyed out icon in the [[Tree_view|Tree view]].
* Invisible objects are displayed with a greyed out label and a greyed out icon in the [[Tree_view|Tree view]].
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]].


==Scripting==
==Skripten==


{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
Line 43: Line 44:




{{Docnav
{{Docnav/de
|[[Std_ShowSelection|ShowSelection]]
|[[Std_ShowSelection/de|AuswahlAnzeigen]]
|[[Std_SelectVisibleObjects|SelectVisibleObjects]]
|[[Std_SelectVisibleObjects/de|SichtbareObjekteAuswählen]]
|[[Std_View_Menu|Std View Menu]]
|[[Std_View_Menu/de|Std Menü Ansicht]]
|IconL=Std_ShowSelection.svg
|IconL=Std_ShowSelection.svg
|IconR=Std_SelectVisibleObjects.svg
|IconR=Std_SelectVisibleObjects.svg

Latest revision as of 09:39, 16 April 2022

Std AuswahlAusblenden

Menüeintrag
Ansicht → Sichtbarkeit → Auswahl ausblenden
Arbeitsbereich
Alle
Standardtastenkürzel
Keiner
Eingeführt in Version
-
Siehe auch
Std SichtbarkeitUmschalten, Std AuswahlEinblenden, Std ObjekteUmschalten, Std ObjekteEinblenden, Std ObjekteAusblenden

Beschreibung

Der Befehl Std AuswahlAusblenden blendet ausgewählte Objekte in der 3D-Ansicht aus.

Anwendung

  1. Select one or more objects.
  2. There are several ways to invoke the command:
    • Select the View → Visibility → Hide selection option from the menu.
    • Select the Hide selection option from the Tree view context menu. This option is not available in the PartDesign Workbench.

Hinweise

  • Invisible objects are displayed with a greyed out label and a greyed out icon in the Tree view.
  • Objects nested in a Std Part, or a Std Link to a Std Group, or a LinkGroup, and features of a PartDesign Body will only be visible in 3D views if their parent is visible as well. This means that a feature in a PartDesign Body that is nested in a Std Part will only be visible in 3D views if the feature itself, the PartDesign Body, and the Std Part are all visible. And if the Std Part is in turn nested in another Std Part, then that last object must also be visible.
  • If the visibility of a Std Group (or an object derived from it such as an Arch BuildingPart) is changed, the visibility of its nested objects will change accordingly. But their visibility can be changed independently as well.
  • The action of this command cannot be undone with Std Undo.
  • The visibility of an object can also be changed through its related DatenVisibility property in the Property editor or the Combo view.

Skripten

See also: FreeCAD Scripting Basics.

For a scripting example see Std ToggleVisibility.