Std Save/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "==용법==")
(Created page with "# 이 명령어를 실행하는 방법은 여러가지입니다: #* {{Button|16px 표준 저장}} 버튼을 누릅니다. #* 메뉴에서 {...")
Line 24: Line 24:
==용법==
==용법==


# 이 명령어를 실행하는 방법은 여러가지입니다:
# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Std_Save.svg|16px]] [[Std_Save|Std Save]]}} button.
#* {{Button|[[Image:Std_Save.svg|16px]] [[Std_Save|표준 저장]]}} 버튼을 누릅니다.
#* Select the {{MenuCommand|File → [[Image:Std_Save.svg|16px]] Save}} option from the menu.
#* 메뉴에서 {{MenuCommand|파일 → [[Image:Std_Save.svg|16px]] 저장}} 옵션을 선택합니다.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|S}}.
#* 단축키를 사용합니다: {{KEY|Ctrl}}+{{KEY|S}}.
# 새로 만든 문서라면 대화 상자에서 파일 이름을 입력하고 {{Button|저장}} 버튼을 누릅니다.
# For new documents: enter a filename in the dialog box and press the {{Button|Save}} button.


==Options==
==Options==

Revision as of 05:27, 25 December 2020

표준 저장

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

설명

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

용법

  1. 이 명령어를 실행하는 방법은 여러가지입니다:
    • 표준 저장 버튼을 누릅니다.
    • 메뉴에서 파일 → 저장 옵션을 선택합니다.
    • 단축키를 사용합니다: Ctrl+S.
  2. 새로 만든 문서라면 대화 상자에서 파일 이름을 입력하고 저장 버튼을 누릅니다.

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.