Std Save/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "'''표준 저장(Std Save)''' 명령은 활성 문서를 저장합니다.")
(Updating to match new version of source page)
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Std_CloseAllWindows|Std CloseAllWindows]]
|[[Std_CloseAllWindows/ko|모든 창 닫기]]
|[[Std_SaveAs|Std SaveAs]]
|[[Std_SaveAs/ko|다른 이름으로 저장]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu/ko|표준 파일 메뉴]]
|IconL=Std_CloseAllWindows.svg
|IconL=Std_CloseAllWindows.svg
|IconR=Std_SaveAs.svg
|IconR=Std_SaveAs.svg
Line 15: Line 16:
|Workbenches=모두
|Workbenches=모두
|Shortcut={{KEY|Ctrl}}+{{KEY|S}}
|Shortcut={{KEY|Ctrl}}+{{KEY|S}}
|SeeAlso=[[Std_SaveAs|표준 다른 이름으로 저장]], [[Std_SaveCopy|표준 사본 저장]], [[Std_SaveAll|표준 모두 저장]]
|SeeAlso=[[Std_SaveAs/ko|표준 다른 이름으로 저장]], [[Std_SaveCopy/ko|표준 사본 저장]], [[Std_SaveAll/ko|표준 모두 저장]]
}}
}}


<span id="Description"></span>
==설명==
==설명==


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


==Usage==
<span id="Usage"></span>
==용법==

# There are several ways to invoke the command:
#* Press the {{Button|[[Image:Std_Save.svg|16px]] [[Std_Save|Std Save]]}} button.
#* Select the {{MenuCommand|File → [[Image:Std_Save.svg|16px]] Save}} option from the menu.
#* Use the keyboard shortcut: {{KEY|Ctrl}}+{{KEY|S}}.
# For new documents: enter a filename in the dialog box and press the {{Button|Save}} button.

==Options==


<div class="mw-translate-fuzzy">
* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.
# 이 명령어를 실행하는 방법은 여러가지입니다:
#* {{Button|[[Image:Std_Save.svg|16px]] [[Std_Save/ko|표준 저장]]}} 버튼을 누릅니다.
#* 메뉴에서 {{MenuCommand|파일 → [[Image:Std_Save.svg|16px]] 저장}} 옵션을 선택합니다.
#* 단축키를 사용합니다: {{KEY|Ctrl}}+{{KEY|S}}.
# 새로 만든 문서라면 대화 상자에서 파일 이름을 입력하고 {{Button|저장}} 버튼을 누릅니다.
</div>


<span id="Options"></span>
==Notes==
==선택 사항==


* 새로 만든 문서인 경우 명령을 중지하려면 {{KEY|Esc}} 키나 {{Button|취소}} 버튼을 누르십시오.
* This command can also be used to save dependency graphs. See [[Std_DependencyGraph|Std DependencyGraph]].


<span id="Notes"></span>
==Preferences==
==비고==


* 이 명령어는 의존성 그래프를 저장하려고 사용할 수도 있습니다. [[Std_DependencyGraph/ko|표준 의존성 그래프]]를 참조하십시오.
* The last used file location is stored: {{MenuCommand|Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath}}.


==Scripting==
<span id="Scripting"></span>
==스크립트==


{{Emphasis|See also:}} [[FreeCAD_Scripting_Basics|FreeCAD Scripting Basics]].
{{Emphasis|참조:}} [[FreeCAD_Scripting_Basics/ko|FreeCAD 스크립트 기초]].


To save a document use the {{incode|save}} method of the document object. A new document must first be saved with the {{incode|saveAs}} method of the document object. For a scripting example see [[Std_New|Std New]].
문서를 저장하려면 문서 객체의 {{incode|save}} 메소드를 사용하십시오. 문서는 먼저 문서 객체의 {{incode|saveAs}} 메소드를 이용하여 저장해야 합니다. 스크립트 예제는 [[Std_New/ko|표준 새 파일]]을 참조하십시오.




{{Docnav
{{Docnav
|[[Std_CloseAllWindows|Std CloseAllWindows]]
|[[Std_CloseAllWindows/ko|모든 창 닫기]]
|[[Std_SaveAs|Std SaveAs]]
|[[Std_SaveAs/ko|다른 이름으로 저장]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu/ko|표준 파일 메뉴]]
|IconL=Std_CloseAllWindows.svg
|IconL=Std_CloseAllWindows.svg
|IconR=Std_SaveAs.svg
|IconR=Std_SaveAs.svg
Line 58: Line 62:
}}
}}


{{Std Base navi{{#translation:}}}}
{{Std_Base_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Latest revision as of 11:53, 21 April 2024

표준 저장

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

설명

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

용법

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

선택 사항

  • 새로 만든 문서인 경우 명령을 중지하려면 Esc 키나 취소 버튼을 누르십시오.

비고

  • 이 명령어는 의존성 그래프를 저장하려고 사용할 수도 있습니다. 표준 의존성 그래프를 참조하십시오.

스크립트

참조: FreeCAD 스크립트 기초.

문서를 저장하려면 문서 객체의 save 메소드를 사용하십시오. 새 문서는 먼저 문서 객체의 saveAs 메소드를 이용하여 저장해야 합니다. 스크립트 예제는 표준 새 파일을 참조하십시오.