Std BoxElementSelection: Difference between revisions

From FreeCAD Documentation
No edit summary
(Removed Std prefix in Docnav as discussed)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Page in progress}}

<translate>
<translate>


<!--T:7-->
<!--T:7-->
{{Docnav
{{Docnav
|[[Std_BoxSelection|Std BoxSelection]]
|[[Std_BoxSelection|BoxSelection]]
|[[Std_SelectAll|Std SelectAll]]
|[[Std_SelectAll|SelectAll]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_BoxSelection.svg
|IconL=Std_BoxSelection.svg
Line 27: Line 24:


<!--T:3-->
<!--T:3-->
The '''Std BoxElementSelection''' command selects faces from a user defined box in the [[3D_view|3D view]].
The '''Std BoxElementSelection''' command selects faces from a user defined rectangular area, a box, in the [[3D_view|3D view]].


==Usage== <!--T:10-->
==Usage== <!--T:10-->
Line 36: Line 33:
#* Use the keyboard shortcut: {{KEY|Shift}}+{{KEY|E}}.
#* Use the keyboard shortcut: {{KEY|Shift}}+{{KEY|E}}.
# Do one of the following:
# Do one of the following:
#* Drag a box from left to right to select faces that are at least half inside the box.
#* Drag a rectangle from left to right to select faces whose geometric center lies inside the rectangle.
#* Drag a box from right to left to also select faces that are less than half inside the box, or that only touch it.
#* Drag a rectangle from right to left to select faces whose bounding box is (partially) inside the rectangle, or touches it.


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


<!--T:12-->
* Use the [[Std_BoxSelection|Std BoxSelection]] command to box select objects instead of faces.
* Use the [[Std_BoxSelection|Std BoxSelection]] command to box select objects instead of faces.


<!--T:8-->
<!--T:8-->
{{Docnav
{{Docnav
|[[Std_BoxSelection|Std BoxSelection]]
|[[Std_BoxSelection|BoxSelection]]
|[[Std_SelectAll|Std SelectAll]]
|[[Std_SelectAll|SelectAll]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu|Std Edit Menu]]
|IconL=Std_BoxSelection.svg
|IconL=Std_BoxSelection.svg

Latest revision as of 09:18, 29 December 2020

Std BoxElementSelection

Menu location
Edit → Box element selection
Workbenches
All
Default shortcut
Shift+E
Introduced in version
-
See also
Std BoxSelection, Std SelectAll

Description

The Std BoxElementSelection command selects faces from a user defined rectangular area, a box, in the 3D view.

Usage

  1. There are several ways to invoke the command:
    • Select the Edit → Box element selection option from the menu.
    • Use the keyboard shortcut: Shift+E.
  2. Do one of the following:
    • Drag a rectangle from left to right to select faces whose geometric center lies inside the rectangle.
    • Drag a rectangle from right to left to select faces whose bounding box is (partially) inside the rectangle, or touches it.

Notes