Std Save/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "{{GuiCommand/ko |Name=Std Save |Name/ko=표준 저장 |MenuLocation=파일 → 저장 |Workbenches=모두 |Shortcut={{KEY|Ctrl}}+{{KEY|S}} |SeeAlso=Std_SaveAs|표준 다른...")
(Created page with "==설명==")
Line 18: Line 18:
}}
}}


==Description==
==설명==


The '''Std Save''' command saves the active document.
The '''Std Save''' command saves the active document.

Revision as of 05:22, 25 December 2020

표준 저장

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

설명

The Std Save command saves the active document.

Usage

  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.