Std SelectAll

From FreeCAD Documentation
Revision as of 20:39, 18 February 2020 by Renatorivo (talk | contribs)

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