Std Export/ko: Difference between revisions

From FreeCAD Documentation
(Created page with "==설명==")
(Created page with "'''표준 내보내기(Std Export)''' 명령은 선택한 객체를 다른 형식의 파일로 내보냅니다. 다양한 파일 형식이 지원되며 어떤 형식에는 내...")
Line 21: Line 21:
==설명==
==설명==


The '''Std Export''' command exports selected objects to a different file format. Many file formats are supported and for some formats multiple export options exist. See [[Import_Export|Import Export]] for more information.
'''표준 내보내기(Std Export)''' 명령은 선택한 객체를 다른 형식의 파일로 내보냅니다. 다양한 파일 형식이 지원되며 어떤 형식에는 내보내기 옵션이 여러 가지 존재합니다. 자세한 내용은 [[Import_Export|Import Export]] 참조하십시오.


==Usage==
==Usage==

Revision as of 03:19, 26 December 2020

표준 내보내기

메뉴 위치
파일 → 내보내기...
작업대
모두
기본 단축키
Ctrl+E
도입 버전
-
참조
Std PrintPdf, Import Export, Import Export Preferences

설명

표준 내보내기(Std Export) 명령은 선택한 객체를 다른 형식의 파일로 내보냅니다. 다양한 파일 형식이 지원되며 어떤 형식에는 내보내기 옵션이 여러 가지 존재합니다. 자세한 내용은 Import Export를 참조하십시오.

Usage

  1. Select one or more objects. To avoid exporting invisible or duplicate objects:
    • Be careful when you use Ctrl+A to select all objects. This will also select invisible objects.
    • Select a PartDesign Body by only picking the body itself or its last feature.
    • Select a Std Group or a Std Part by only picking the parent object itself or the objects nested inside it.
    • Do not use the Std SelectAll command as it will also select sub-elements of PartDesign Bodies.
    • For the same reason the Std BoxSelection command should be avoided in FreeCAD version 0.18 and earlier.
  2. There are several ways to invoke the command:
    • Select the File → Export... option from the menu.
    • Use the keyboard shortcut: Ctrl+E.
  3. Select the correct file format in the dialog box.
  4. Enter a filename.
  5. Press the Save button.

Options

  • Press Esc or the Cancel button to abort the command.

Notes

Preferences

  • See: Import Export Preferences.
  • The last used file location is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileOpenSavePath.
  • The last used export filter is stored: Tools → Edit parameters... → BaseApp → Preferences → General → FileExportFilter.