Std SelectAll: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
Line 9: Line 9:
|[[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 18: Line 18:
|MenuLocation={{StdMenu|[[Std Edit Menu|Edit]]}} → Select All
|MenuLocation={{StdMenu|[[Std Edit Menu|Edit]]}} → Select All
|Workbenches=All
|Workbenches=All
|Shortcut=-
|SeeAlso=[[Std BoxSelection|Std BoxSelection]], [[Std BoxElementSelection|Std BoxElementSelection]], [[Part BoxSelection|Part BoxSelection]]
|Version=-
|SeeAlso=[[Std_BoxSelection|Std BoxSelection]], [[Std_BoxElementSelection|Std BoxElementSelection]], [[Part_BoxSelection|Part BoxSelection]]
}}
}}


Line 43: Line 45:
|[[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
}}
}}



Revision as of 10:27, 10 March 2020

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Std SelectAll

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

Description

Std SelectAll chooses all objects in the tree view in the active document.

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

Usage

  1. Use the Edit Select all entry.

Result: all objects in the tree view of the active document will be selected.

Scripting