> 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/yzgaido/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/yzgaido/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.
