Std Save/ko: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
Line 25: Line 25:


# 이 명령어를 실행하는 방법은 여러가지입니다:
# 이 명령어를 실행하는 방법은 여러가지입니다:
#* {{Button|[[Image:Std_Save.svg|16px]] [[표준 저장]]}} 버튼을 누릅니다.
#* {{Button|[[Image:Std_Save.svg|16px]] [[Std_Save/ko표준 저장]]}} 버튼을 누릅니다.
#* 메뉴에서 {{MenuCommand|파일 → [[Image:Std_Save.svg|16px]] 저장}} 옵션을 선택합니다.
#* 메뉴에서 {{MenuCommand|파일 → [[Image:Std_Save.svg|16px]] 저장}} 옵션을 선택합니다.
#* 단축키를 사용합니다: {{KEY|Ctrl}}+{{KEY|S}}.
#* 단축키를 사용합니다: {{KEY|Ctrl}}+{{KEY|S}}.

Revision as of 05:31, 25 December 2020

표준 저장

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

설명

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

용법

  1. 이 명령어를 실행하는 방법은 여러가지입니다:
    • Std_Save/ko표준 저장 버튼을 누릅니다.
    • 메뉴에서 파일 → 저장 옵션을 선택합니다.
    • 단축키를 사용합니다: 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.