Std SelectAll: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 29: Line 29:
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.
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-->
==Usage==

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

Revision as of 20:39, 18 February 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
None
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