Std SelectAll: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
(Marked this version for translation)
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu}}
<translate>
<translate>


Line 9: Line 8:
|[[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
}}
}}


Line 16: Line 15:
{{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]]
}}
}}


Line 24: Line 23:


<!--T:6-->
<!--T:6-->
[[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]].


<!--T:7-->
==Usage== <!--T:13-->
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== <!--T:3-->
<!--T:3-->
# Use the {{MenuCommand|{{StdMenu|Edit}} → [[Image:Std_SelectAll.svg|16px]] Select all}} entry.
# Select the {{MenuCommand|Edit → [[Image:Std_SelectAll.svg|16px]] Select All}} option from the menu.
'''Result:''' all objects in the [[tree view]] of the active document will be selected.


==Scripting== <!--T:11-->
==Notes== <!--T:14-->

<!--T:15-->
* 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.


<!--T:10-->
<!--T:10-->
Line 41: Line 41:
|[[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
}}
}}

<!--T:8-->
{{Std Base navi}}

<!--T:12-->
{{Userdocnavi}}


</translate>
</translate>
{{Std Base navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 21:38, 23 March 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.