# データをインポートおよびエクスポートする

## データを読み込む

次のファイル形式を読み込むことができます。

* **OBJ**: OBJ 3D メッシュ ファイルは単一の FormIt グループとして読み込まれます。マテリアルは読み込まれません。
* **DWG**: 2D および 3D の DWG ファイルは、単一の FormIt グループとして読み込まれます。オブジェクトの色がサポートされます。
* **STL**: STL 3D メッシュ ファイルは単一の FormIt グループとして読み込まれます。
* **SAT**: SAT ソリッド モデル ファイルは単一の FormIt グループとして読み込まれます。
* **SKP**: SketchUp ファイルの読み込みでは、グループとコンポーネントが FormIt グループとして読み込まれます。レイヤとマテリアルがサポートされます。

[**読み込まれたデータを使用する方法の詳細についてはこちらをご覧ください。**](/ja/formit-primer/part-i/import-export-and-content-library.md)

## データを書き出す

FormIt では、AXM (FormIt ファイル)、DWG、SKP、FBX、SAT、STL、DAE、DXF、OBJ (個別の .MTL ファイルを含む)、PNG イメージのファイル形式を書き出すことができます。

個々のファイルを書き出すときに、**\[すべてのオブジェクト]** 、**\[可視オブジェクトのみ]** 、**\[選択したオブジェクトのみ]** から書き出す対象を選択できます。

![](/files/9b69CqjUdUiVOJ3txB5w)


---

# 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/ja/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.
