> 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).

# 2D/3D Export

We guide you through the paid 2D/3D export feature. With this feature, users can save spaces designed in the Editor as files in various formats and reuse them in external design and construction tools.

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

### 2D Export

Using 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 a designed space into a drawing for reworking or sharing in external tools.

#### Included Items

The exported drawing includes the following components.

* Walls
* Windows
* Doors
* Columns
* Furniture (extracted as simple rectangular block shapes)

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-dd24b52dbe63c516a62a1e80c5dff603eb5090de%2F2d-3d-export-1.png?alt=media)

#### How to Download

* Click the \[Export] icon in the top menu bar of the editor.
* When you click the Download button, the DXF file is immediately downloaded and saved to your computer.

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-3d3a683cd9acfac4d195d03ff9d1404677e8f4d1%2F2d-3d-export-2.png?alt=media)

### 3D Export

#### 3D File Formats

When you run 3D export, the following three formats are generated at the same time with one 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 Perform 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.
* When 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 the formats that have finished exporting.
* When all formats are complete, the status is shown as Complete.

![](https://1040484064-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fs45pRyTQeyYi0T0toKii%2Fuploads%2Fgit-blob-affaa4d89b9dca2c90b02adf87b7632514191125%2F2d-3d-export-3.png?alt=media)

### Frequently Asked Questions

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

Even if the progress appears to have stopped, 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 Archisketch the project link.\
We will check the status for you.

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

If you rearrange or change furniture, you need to click the \[Export] button again to generate a new export that reflects the changes.

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

Currently, only FBX, GLB, and SKP formats are provided, 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.
