Std CloseActiveWindow/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "표준 활성 창 닫기(Std CloseActiveWindow)")
 
(Created page with "<!--Empty=1 to suppress icon--> {{GuiCommand/ko |Name=Std CloseActiveWindow |Name/ko=표준 활성 창 닫기 |MenuLocation=파일 → 닫기 |Workbenches=모두 |Shortcut={{K...")
Line 10: Line 10:


<!--Empty=1 to suppress icon-->
<!--Empty=1 to suppress icon-->
{{GuiCommand
{{GuiCommand/ko
|Name=Std CloseActiveWindow
|Name=Std CloseActiveWindow
|Name/ko=표준 활성 창 닫기
|MenuLocation=FileClose
|MenuLocation=파일닫기
|Workbenches=All
|Workbenches=모두
|Shortcut={{KEY|Ctrl}}+{{KEY|F4}}
|Shortcut={{KEY|Ctrl}}+{{KEY|F4}}
|SeeAlso=[[Std_CloseAllWindows|Std CloseAllWindows]]
|SeeAlso=[[Std_CloseAllWindows/ko|표준 모든 창 닫기]]
}}
}}



Revision as of 01:26, 24 December 2020

표준 활성 창 닫기

메뉴 위치
파일 → 닫기
작업대
모두
기본 단축키
Ctrl+F4
도입 버전
-
참조
표준 모든 창 닫기

Description

The Std CloseActiveWindow command closes the active window. To close a document all its windows must be closed.

Usage

  1. There are several ways to invoke the command:
    • Select the File → Close option from the menu.
    • Use the keyboard shortcut: Ctrl+F4.
  2. To close a document: repeat this for all windows belonging to it.
  3. When closing the last window of a document that has not been saved, a dialog box will prompt you to save it:
    • Press the Save button to save the document. If required enter a filename first.
    • Press the Discard button to discard the document and lose all changes.

Options

  • When the dialog box is displayed: press Esc or the Cancel button to abort the command.

Notes

  • The command can only close docked windows.
  • A document can also be closed by right-clicking it in the Tree view and selecting Close document from the context menu.

Preferences

  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.

Scripting

See also: FreeCAD Scripting Basics.

To close a document use the closeDocument method of the FreeCAD application. For a scripting example see Std New.