표준 저장(Std Save)

From FreeCAD Documentation
Revision as of 05:27, 25 December 2020 by Saltsalt (talk | contribs) (Created page with "# 이 명령어를 실행하는 방법은 여러가지입니다: #* {{Button|16px 표준 저장}} 버튼을 누릅니다. #* 메뉴에서 {...")

표준 저장

메뉴 위치
파일 → 저장
작업대
모두
기본 단축키
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.