Std HideSelection/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Der Befehl '''Std AuswahlAusblenden''' blendet ausgewählte Objekte in der 3D-Ansicht aus.")
(Updating to match new version of source page)
 
Line 18: Line 18:
}}
}}


<span id="Description"></span>
==Beschreibung==
==Beschreibung==


Der Befehl '''Std AuswahlAusblenden''' blendet ausgewählte Objekte in der [[3D_view|3D-Ansicht]] aus.
Der Befehl '''Std AuswahlAusblenden''' blendet ausgewählte Objekte in der [[3D_view|3D-Ansicht]] aus.


<span id="Usage"></span>
==Anwendung==
==Anwendung==


Line 27: Line 29:
# There are several ways to invoke the command:
# There are several ways to invoke the command:
#* Select the {{MenuCommand|View → Visibility → [[Image:Std_HideSelection.svg|16px]] Hide selection}} option from the menu.
#* Select the {{MenuCommand|View → Visibility → [[Image:Std_HideSelection.svg|16px]] Hide selection}} option from the menu.
#* 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.


<span id="Notes"></span>
==Hinweise==
==Hinweise==


See [[Std_ToggleVisibility#Notes|Std ToggleVisibility]].
* Invisible objects are displayed with a greyed out label and a greyed out icon in the [[Tree_view|Tree view]].
* Objects nested in a [[Std_Part|Std Part]], or a [[Std_LinkMake|Std Link]] to a [[Std_Group|Std Group]], or a LinkGroup, and [[PartDesign_Feature|features]] of a [[PartDesign_Body|PartDesign Body]] will only be visible in [[3D_view|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|Std Group]] (or an object derived from it such as an [[Arch_BuildingPart|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|Std Undo]].
* 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]].


<span id="Scripting"></span>
==Skripten==
==Skripten==


See [[Std_ToggleVisibility#Scripting|Std ToggleVisibility]].
{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].

For a scripting example see [[Std_ToggleVisibility|Std ToggleVisibility]].




Line 53: Line 51:
}}
}}


{{Std Base navi{{#translation:}}}}
{{Std_Base_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 08:07, 12 July 2024

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.

Hinweise

See Std ToggleVisibility.

Skripten

See Std ToggleVisibility.