Part BoxSelection: Difference between revisions

From FreeCAD Documentation
(→‎Introduction: Unlike Std BoxSelection, Part BoxSelection selects the faces only.)
(Use Std BoxElementSelection if you only want to select the vertices of an object, and Std BoxSelection if you want to select the entire shape.)
Line 10: Line 10:
|Workbenches=[[Part Workbench|Part]]
|Workbenches=[[Part Workbench|Part]]
|Version=0.19
|Version=0.19
|SeeAlso=[[Std_BoxSelection|Std BoxSelection]], [[Std_BoxElementSelection|Std BoxElementSelection]]
|SeeAlso=[[Std_BoxSelection|Std BoxSelection]], [[Std_BoxElementSelection|Std BoxElementSelection]], [[Std_SelectAll|Std SelectAll]]
}}
}}


==Introduction==
==Introduction==


[[Part BoxSelection|Part BoxSelection]] allows you to select the faces of the objects on the screen that are touched by the rectangular selection made.
[[Part BoxSelection|Part BoxSelection]] allows you to select the faces of the objects on the screen that are touched by the rectangular selection.


Unlike [[Std BoxSelection|Std BoxSelection]], [[Part BoxSelection|Part BoxSelection]] selects the faces only.
Use [[Std BoxElementSelection|Std BoxElementSelection]] if you only want to select the vertices of an object, and [[Std BoxSelection|Std BoxSelection]] if you want to select the entire shape.


==Use==
==Use==

Revision as of 03:27, 7 September 2019


Part BoxSelection

Menu location
Part → Box selection
Workbenches
Part
Default shortcut
None
Introduced in version
0.19
See also
Std BoxSelection, Std BoxElementSelection, Std SelectAll

Introduction

Part BoxSelection allows you to select the faces of the objects on the screen that are touched by the rectangular selection.

Use Std BoxElementSelection if you only want to select the vertices of an object, and Std BoxSelection if you want to select the entire shape.

Use

  1. Go to Part → Box selection.
  2. Click and drag the pointer in the viewport creating a rectangle that touches one or more shapes.