Std BoxSelection/ko: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
No edit summary
 
(17 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{Docnav
{{Docnav
|[[Std_Refresh|Refresh]]
|[[Std_Refresh/ko|새로 고침]]
|[[Std_BoxElementSelection|BoxElementSelection]]
|[[Std_BoxElementSelection/ko|면 선택 상자]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu/ko|표준 편집 메뉴]]
|IconL=Std_Refresh.svg
|IconL=Std_Refresh.svg
|IconR=Std_BoxElementSelection.svg
|IconR=Std_BoxElementSelection.svg
Line 10: Line 10:
}}
}}


{{GuiCommand
{{GuiCommand/ko
|Name=Std BoxSelection
|Name=Std BoxSelection
|Name/ko=표준 개체 선택 상자
|MenuLocation=EditBox selection
|MenuLocation=편집개체 선택
|Workbenches=All
|Workbenches=모두
|Shortcut={{KEY|Shift}}+{{KEY|B}}
|Shortcut={{KEY|Shift}}+{{KEY|B}}
|SeeAlso=[[Std_BoxElementSelection|Std BoxElementSelection]], [[Std_SelectAll|Std SelectAll]]
|SeeAlso=[[Std_BoxElementSelection/ko|표준 면 선택]], [[Std_SelectAll/ko|표준 모두 선택]]
}}
}}


==Description==
==설명==


'''표준 개체 선택 상자(Std BoxSelection)''' 명령은 [[3D_view/ko|3D 보기]]에 사용자 정의 사각 영역 즉 상자를 그려 개체를 선택합니다.
The '''Std BoxSelection''' command selects objects from a user defined rectangular area, a box, in the [[3D_view|3D view]].


==Usage==
==용법==


# 이 명령을 실행하는 방법은 여러 가지입니다:
# There are several ways to invoke the command:
#* Select the {{MenuCommand|Edit → [[Image:Std_BoxSelection.svg|16px]] Box selection}} option from the menu.
#* 메뉴에서 {{MenuCommand|편집 → [[Image:Std_BoxSelection.svg|16px]] 개체 선택 상자}} 옵션을 선택합니다.
#* Use the keyboard shortcut: {{KEY|Shift}}+{{KEY|B}}.
#* 단축키를 사용합니다: {{KEY|Shift}}+{{KEY|B}}.
# 다음 중 하나를 수행합니다:
# Do one of the following:
#* 선택하려는 개체의 기하학적 중심이 포함되도록 왼쪽에서 오른쪽으로 드래그하여 사각형을 그립니다.
#* Drag a rectangle from left to right to select objects whose geometric center lies inside the rectangle.
#* 선택하려는 개체의 경계 상자가 (일부) 포함되거나 접하도록 오른쪽에서 왼쪽으로 드래그하여 사각형을 그립니다.
#* Drag a rectangle from right to left to select objects whose bounding box is (partially) inside the rectangle, or touches it.


==Notes==
==비고==


* Use the [[Std_BoxElementSelection|Std BoxElementSelection]] command to box select faces instead of objects.
* 개체 대신 개체의 면을 선택하려면 [[Std_BoxElementSelection/ko|표준 면 선택 상자]] 명령을 사용하십시오.
* 이 명령은 [[sketch/ko|스케치]]의 요소들을 선택하는데 사용할 수 없습니다. [[Sketcher_Dialog/ko|스케처 대화 상자]]가 열린 상태에서 선택하려면 다음을 실행합니다:
* This command cannot be used to select elements in a [[sketch]]. To 'box select' when the [[Sketcher_Dialog|Sketcher Dialog]] is open:
*# 실행 중인 명령이 없는지 확인합니다.
*# Make sure that no command is active.
*# 다음 중 하나를 수행합니다:
*# Do one of the following:
*#* 빈 영역을 클릭하고 왼쪽에서 오른쪽으로 사각형을 그려 선택하려는 개체가 사각형 안에 완전히 들어오도록 합니다.
*#* Click in an empty area and drag a rectangle from left to right to select objects that lie completely inside the rectangle.
*#* 빈 영역을 클릭하고 오른쪽에서 왼쪽으로 사각형을 그려 선택하려는 개체가 사각형에 접하거나 걸치도록 합니다.
*#* Click in an empty area and drag a rectangle from right to left to also select objects that touch or cross the rectangle.




{{Docnav
{{Docnav
|[[Std_Refresh|Refresh]]
|[[Std_Refresh/ko|새로 고침]]
|[[Std_BoxElementSelection|BoxElementSelection]]
|[[Std_BoxElementSelection/ko|면 선택 상자]]
|[[Std_Edit_Menu|Std Edit Menu]]
|[[Std_Edit_Menu/ko|표준 편집 메뉴]]
|IconL=Std_Refresh.svg
|IconL=Std_Refresh.svg
|IconR=Std_BoxElementSelection.svg
|IconR=Std_BoxElementSelection.svg

Latest revision as of 00:44, 31 December 2020

표준 개체 선택 상자

메뉴 위치
편집 → 개체 선택
작업대
모두
기본 단축키
Shift+B
도입 버전
-
참조
표준 면 선택, 표준 모두 선택

설명

표준 개체 선택 상자(Std BoxSelection) 명령은 3D 보기에 사용자 정의 사각 영역 즉 상자를 그려 개체를 선택합니다.

용법

  1. 이 명령을 실행하는 방법은 여러 가지입니다:
    • 메뉴에서 편집 → 개체 선택 상자 옵션을 선택합니다.
    • 단축키를 사용합니다: Shift+B.
  2. 다음 중 하나를 수행합니다:
    • 선택하려는 개체의 기하학적 중심이 포함되도록 왼쪽에서 오른쪽으로 드래그하여 사각형을 그립니다.
    • 선택하려는 개체의 경계 상자가 (일부) 포함되거나 접하도록 오른쪽에서 왼쪽으로 드래그하여 사각형을 그립니다.

비고

  • 개체 대신 개체의 면을 선택하려면 표준 면 선택 상자 명령을 사용하십시오.
  • 이 명령은 스케치의 요소들을 선택하는데 사용할 수 없습니다. 스케처 대화 상자가 열린 상태에서 선택하려면 다음을 실행합니다:
    1. 실행 중인 명령이 없는지 확인합니다.
    2. 다음 중 하나를 수행합니다:
      • 빈 영역을 클릭하고 왼쪽에서 오른쪽으로 사각형을 그려 선택하려는 개체가 사각형 안에 완전히 들어오도록 합니다.
      • 빈 영역을 클릭하고 오른쪽에서 왼쪽으로 사각형을 그려 선택하려는 개체가 사각형에 접하거나 걸치도록 합니다.