Std SaveAll/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "==옵션==")
(Updating to match new version of source page)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Std_SaveCopy|Std SaveCopy]]
|[[Std_SaveCopy/ko|사본 저장]]
|[[Std_Revert|Std Revert]]
|[[Std_Revert/ko|되돌리기]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu/ko|표준 파일 메뉴]]
|IconL=Std_SaveCopy.svg
|IconL=Std_SaveCopy.svg
|IconR=Std_Revert.svg
|IconR=Std_Revert.svg
Line 9: Line 10:
}}
}}


<!--Empty=1 to suppress icon-->
{{GuiCommand/ko
{{GuiCommand/ko
|Name=Std SaveAll
|Name=Std SaveAll
Line 15: Line 15:
|MenuLocation=파일 → 모두 저장
|MenuLocation=파일 → 모두 저장
|Workbenches=모두
|Workbenches=모두
|SeeAlso=[[Std_Save|포준 저장]]
|SeeAlso=[[Std_Save|표준 저장]]
}}
}}


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


'''표준 모두 저장(Std SaveAll)''' 명령은 모든 문서를 저장합니다.
'''표준 모두 저장(Std SaveAll)''' 명령은 모든 문서를 저장합니다.


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


Line 27: Line 29:
# 새로 만든 문서라면 대화 상자에서 파일 이름을 입력하고 {{Button|저장}} 버튼을 누릅니다.
# 새로 만든 문서라면 대화 상자에서 파일 이름을 입력하고 {{Button|저장}} 버튼을 누릅니다.


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

* For new documents: press {{KEY|Esc}} or the {{Button|Cancel}} button to abort the command.

==Preferences==


* 새로 만든 문서인 경우 명령을 중지하려면 {{KEY|Esc}} 키나 {{Button|취소}} 버튼을 누르십시오.
* 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_SaveCopy|Std SaveCopy]]
|[[Std_SaveCopy/ko|사본 저장]]
|[[Std_Revert|Std Revert]]
|[[Std_Revert/ko|되돌리기]]
|[[Std_File_Menu|Std File Menu]]
|[[Std_File_Menu/ko|표준 파일 메뉴]]
|IconL=Std_SaveCopy.svg
|IconL=Std_SaveCopy.svg
|IconR=Std_Revert.svg
|IconR=Std_Revert.svg
Line 51: Line 51:
}}
}}


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

Latest revision as of 11:53, 21 April 2024

표준 모두 저장

메뉴 위치
파일 → 모두 저장
작업대
모두
기본 단축키
없음
도입 버전
-
참조
표준 저장

설명

표준 모두 저장(Std SaveAll) 명령은 모든 문서를 저장합니다.

용법

  1. 메뉴에서 파일 → 모두 저장 옵션을 선택합니다.
  2. 새로 만든 문서라면 대화 상자에서 파일 이름을 입력하고 저장 버튼을 누릅니다.

선택 사항

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

스크립트

참조: FreeCAD 스크립트 기초.

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