# 데이터 가져오기 및 내보내기

## 데이터 가져오기

다음 파일 형식을 가져올 수 있습니다.

* **OBJ**: OBJ 3D 메쉬 파일을 단일 FormIt 그룹으로 가져옵니다. 재료는 가져오지 않습니다.
* **DWG**: 2D 및 3D DWG 파일을 단일 FormIt 그룹으로 가져옵니다. 객체 색상이 지원됩니다.
* **STL**: STL 3D 메쉬 파일을 단일 FormIt 그룹으로 가져옵니다.
* **SAT**: SAT 솔리드 모델 파일을 단일 FormIt 그룹으로 가져옵니다.
* **SKP**: SketchUp 파일을 가져옵니다. 그룹 및 구성요소는 FormIt 그룹으로 가져옵니다. 레이어 및 재료가 지원됩니다.

[**가져온 데이터로 작업하는 방법에 대해 자세히 알아보기**](/ko/formit-primer/part-i/import-export-and-content-library.md)

## 데이터 내보내기

FormIt은 AXM(FormIt 파일), DWG, SKP, FBX, SAT, STL, DAE, DXF, OBJ(별도의 .MTL 파일 포함), PNG 이미지 파일 형식을 내보낼 수 있습니다.

개별 파일을 내보낼 때 **모든 객체**, **보이는 항목만** 또는 **선택사항만**을 내보내도록 선택할 수 있습니다.

![](/files/eRaxck5tYzx0BpWalIwm)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://windows.help.formit.autodesk.com/ko/tool-library/export-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
