> 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-guide/expert-feature/2d-3d-export.md).

# 2D/3D Export

{% hint style="danger" %}
This is a paid feature available to some enterprise customers.
{% endhint %}

### 2D Export

With 2D Export, you can save your project space in DXF file format.\
DXF is a format widely used in 2D design tools such as AutoCAD, and it is suitable for converting designed spaces into drawings for reworking or sharing in external tools.

#### Included items

The exported drawing includes the following components.

* Walls
* Windows
* Doors
* Columns
* Furniture (exported as simple rectangular blocks)

![](/files/3f903941b69c5e6b712304e581fc4ddbc0b4b92a)

#### How to download

* Click the \[Export] icon in the editor's top menu bar.
* Click the Download button, and the DXF file will be downloaded and saved to your computer right away.

![](/files/d7c51468645e988f78eab5d5ac970e5cb3d7446d)

### 3D Export

#### 3D file formats

When you run 3D Export, the following three formats are generated at the same time with a single request.

| **FBX**            | A universal format usable across 3D tools                     |
| ------------------ | ------------------------------------------------------------- |
| **glTF 2.0 (GLB)** | A lightweight format suitable for web and mobile environments |
| **SKP (SketchUp)** | A format exclusive to SketchUp users                          |

#### How to use 3D Export

* Click the \[Export] icon in the editor's top menu bar and go to the 3D tab.
* Click the \[Export] button at the bottom of the window.
* When export starts, the three formats (FBX, GLB, SKP) are automatically batch exported.
* The status is shown as in progress.
* The \[Download] button becomes enabled for each format as soon as its export is complete.
* When all formats are complete, the status is shown as Complete.

![](/files/c6f762961a9e8891ea0f7c1046e2d0d5d8917438)

### Frequently asked questions

#### The download is taking a long time. Is it stuck?

Even if the progress looks stuck, if there are many export requests, the server may be processing them sequentially.\
It usually completes within a few minutes, but if it is delayed for more than an hour, please send the project link to Archisketch.\
We'll check the status for you.

#### I placed additional items. How do I export again?

If you rearrange or change the furniture, you need to press the \[Export] button again to regenerate it and apply the changes.

#### Can't it be exported in a format for 3D CAD?

Currently, only FBX, GLB, and SKP formats are available, and separate 3D CAD-specific formats (such as DWG) are not supported.


---

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