> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user-jp/expert-feature/2d-3d-export.md).

# 2D/3Dエクスポート

{% hint style="danger" %}
一部の企業向けのお客様に提供される有料機能です。
{% endhint %}

### 2Dエクスポート

2Dエクスポートを使うと、プロジェクト空間をDXFファイル形式で保存できます。\
DXFはAutoCADなどの2D設計ツールで広く使われている形式で、設計した空間を図面に変換して外部ツールで再編集したり共有したりするのに適しています。

#### 含まれる項目

エクスポートされた図面には次の構成要素が含まれます。

* 壁
* 窓
* ドア
* 柱
* 家具（単純な四角いブロックの形で抽出されます）

![](/files/c1e167ac8e18572a51e5288ff27591a5737da615)

#### ダウンロード方法

* エディタ上部のメニューバーで\[エクスポート]アイコンをクリックします。
* ダウンロードボタンをクリックすると、DXFファイルがすぐにお使いのコンピューターにダウンロードされ、保存されます。

![](/files/ad597b5c88f5f0b2ac46a4e630a801a21f5a368b)

### 3Dエクスポート

#### 3Dファイル形式

3Dエクスポートを実行すると、1回のリクエストで以下の3つの形式が同時に生成されます。

| **FBX**            | 3Dツール全般で利用できる汎用形式    |
| ------------------ | -------------------- |
| **glTF 2.0 (GLB)** | Webおよびモバイル環境に適した軽量形式 |
| **SKP (SketchUp)** | SketchUpユーザー専用の形式    |

#### 3Dエクスポートの進め方

* エディタ上部のメニューバーで\[エクスポート]アイコンをクリックし、3Dタブに入ります。
* ウィンドウ下部の\[エクスポート]ボタンをクリックします。
* エクスポート開始と同時に、3つの形式(FBX、GLB、SKP)が自動的にまとめてエクスポートされます。
* ステータスは進行中(in Progress)と表示されます。
* エクスポートが完了した形式から\[ダウンロード]ボタンが有効になります。
* すべての形式が完了すると、ステータスは完了(Complete)と表示されます。

![](/files/75a81c13656889df913c4cd4c3c47a9fb2caf34b)

### よくある質問

#### ダウンロードに時間がかかります。止まっているのでしょうか？

進行状況が止まっているように見えても、エクスポートのリクエストが多い場合はサーバー側で順次処理中の可能性があります。\
通常は数分以内に完了しますが、1時間以上遅れる場合はアーキスケッチにプロジェクトリンクをお送りください。\
状態を確認いたします。

#### 製品を追加で配置しましたが、再度エクスポートするにはどうすればよいですか？

家具を再配置したり変更したりした場合、変更内容を反映するにはもう一度\[エクスポート]ボタンを押して新しく生成する必要があります。

#### 3D CAD用の形式としてはエクスポートできませんか？

現在はFBX、GLB、SKP形式のみ提供しており、別途3D CAD専用形式(DWGなど)はサポートしていません。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.archisketch.com/guide/user-jp/expert-feature/2d-3d-export.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
