Std SelectAll/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu}}


{{Docnav
{{Docnav
|[[Std_BoxElementSelection|Std BoxElementSelection]]
|[[Std_BoxElementSelection|BoxElementSelection]]
|[[Std_Delete|Std Delete]]
|[[Std_Delete|Delete]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_BoxElementSelection.svg
|IconL=Std_BoxElementSelection.svg
|IconC=Freecad.svg
|IconR=Std_Delete.svg
|IconR=Std_Delete.svg
|IconC=Freecad.svg
}}
}}


{{GuiCommand
{{GuiCommand
|Name=Std SelectAll
|Name=Std SelectAll
|MenuLocation={{StdMenu|[[Std Edit Menu|Edit]]}} → Select All
|MenuLocation=Edit → Select All
|Workbenches=All
|Workbenches=All
|SeeAlso=[[Std BoxSelection|Std BoxSelection]], [[Std BoxElementSelection|Std BoxElementSelection]], [[Part BoxSelection|Part BoxSelection]]
|SeeAlso=[[Std_BoxSelection|Std BoxSelection]], [[Std_BoxElementSelection|Std BoxElementSelection]]
}}
}}


==Description==
==Description==


[[Std SelectAll|Std SelectAll]] chooses all objects in the [[tree view]] in the active document.
The '''Std SelectAll''' command selects all objects in the [[Tree_view|Tree view]].

To use rectangular selection in the [[3D view]] use [[Std BoxSelection|Std BoxSelection]] to select only certain objects, [[Std BoxElementSelection|Std BoxElementSelection]] to select only vertices, and [[Part BoxSelection|Part BoxSelection]] to select only faces.


==Usage==
==Usage==
# Use the {{MenuCommand|{{StdMenu|Edit}} → [[Image:Std_SelectAll.svg|16px]] Select all}} entry.
'''Result:''' all objects in the [[tree view]] of the active document will be selected.


# Select the {{MenuCommand|Edit → [[Image:Std_SelectAll.svg|16px]] Select All}} option from the menu.
==Scripting==

==Notes==

* After clicking in the Tree view to ensure that it has the focus, the default {{KEY|Ctrl}}+{{KEY|A}} shortcut can be used instead of this command.


{{Docnav
{{Docnav
|[[Std_BoxElementSelection|Std BoxElementSelection]]
|[[Std_BoxElementSelection|BoxElementSelection]]
|[[Std_Delete|Std Delete]]
|[[Std_Delete|Delete]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_BoxElementSelection.svg
|IconL=Std_BoxElementSelection.svg
|IconR=Std_Delete.svg
|IconC=Freecad.svg
|IconC=Freecad.svg
|IconR=Std_Delete.svg
}}
}}


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

{{Userdocnavi}}

{{clear}}
{{clear}}

Latest revision as of 09:20, 29 December 2020

Std SelectAll

Menu location
Edit → Select All
Workbenches
All
Default shortcut
None
Introduced in version
-
See also
Std BoxSelection, Std BoxElementSelection

Description

The Std SelectAll command selects all objects in the Tree view.

Usage

  1. Select the Edit → Select All option from the menu.

Notes

  • After clicking in the Tree view to ensure that it has the focus, the default Ctrl+A shortcut can be used instead of this command.