Std Save/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "'''표준 저장(Std Save)''' 명령은 활성 문서를 저장합니다.")
(Created page with "==용법==")
Line 22: Line 22:
'''표준 저장(Std Save)''' 명령은 활성 문서를 저장합니다.
'''표준 저장(Std Save)''' 명령은 활성 문서를 저장합니다.


==Usage==
==용법==


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

Revision as of 05:23, 25 December 2020

표준 저장

메뉴 위치
파일 → 저장
작업대
모두
기본 단축키
Ctrl+S
도입 버전
-
참조
표준 다른 이름으로 저장, 표준 사본 저장, 표준 모두 저장

설명

표준 저장(Std Save) 명령은 활성 문서를 저장합니다.

용법

  1. There are several ways to invoke the command:
    • Press the Std Save button.
    • Select the File → Save option from the menu.
    • Use the keyboard shortcut: Ctrl+S.
  2. For new documents: enter a filename in the dialog box and press the Save button.

Options

  • For new documents: press Esc or the Cancel button to abort the command.

Notes

Preferences

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

Scripting

See also: FreeCAD Scripting Basics.

To save a document use the save method of the document object. A new document must first be saved with the saveAs method of the document object. For a scripting example see Std New.