Std CloseActiveWindow/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "'''표준 창 닫기(Std CloseActiveWindow)''' 명령은 활성 창을 닫습니다. 문서를 닫으려면 그 문서에 속한 창을 모두 닫아야 합니다.")
(Created page with "==용법==")
Line 23: Line 23:
'''표준 창 닫기(Std CloseActiveWindow)''' 명령은 활성 창을 닫습니다. 문서를 닫으려면 그 문서에 속한 창을 모두 닫아야 합니다.
'''표준 창 닫기(Std CloseActiveWindow)''' 명령은 활성 창을 닫습니다. 문서를 닫으려면 그 문서에 속한 창을 모두 닫아야 합니다.


==Usage==
==용법==


# There are several ways to invoke the command:
# There are several ways to invoke the command:

Revision as of 01:30, 24 December 2020

표준 활성 창 닫기

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

설명

표준 창 닫기(Std CloseActiveWindow) 명령은 활성 창을 닫습니다. 문서를 닫으려면 그 문서에 속한 창을 모두 닫아야 합니다.

용법

  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.