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

# Export 2D/3D

{% 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 (extracted as simple square blocks)

![](/files/3f903941b69c5e6b712304e581fc4ddbc0b4b92a)

#### How to download

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

![](/files/d7c51468645e988f78eab5d5ac970e5cb3d7446d)

### 3D Export

#### 3D file formats

When you run 3D export, the three formats below 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 proceed with 3D export

* Click the \[Export] icon in the top menu bar of the editor and go to the 3D tab.
* Click the \[Export] button at the bottom of the window.
* Once export starts, the three formats (FBX, GLB, SKP) are automatically exported in batch.
* The status is shown as In Progress.
* The \[Download] button becomes active 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 status seems stuck, if there are many export requests, they may be being processed sequentially on the server.\
It usually completes within a few minutes, but if it is delayed for more than an hour, please send your project link to Archisketch.\
We will check the status for you.

#### I added more products. How do I export again?

If you have rearranged or changed the furniture, you need to press the \[Export] button again to generate a new export that reflects the changes.

#### Can 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-en/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.
