> 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/b4ad7bf7756faa9a991d9580a1561c6effaa22d0)

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

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

![](/files/135874d23dcea34a446c870e11762d96623c4b41)

### 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/9433ebb2493092dd45ddcc5eeeb3689719861484)

### よくある質問

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

進行状況が止まって見えても、エクスポートのリクエストが多い場合はサーバーで順次処理中の可能性があります。\
通常は数分以内に完了しますが、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.
