> 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/intro-en/update-note/2026/202604/20260423.md).

# \[2026.04.23] Revamped editor features

#### 1. Editor

**1.1. Editor > Overhauled layer management and added detailed settings**

Existing **Layer Management Page**is **1) Resource Management**and **2) Layer Management** are split into two pages.

**Before**

**Layer Management Page**

You can set floor heights and add/create floors, and it is structured so you can see the spaces and items contained in each floor at a glance.

<figure><img src="/files/cbcd13a609379a609f1daf80d21aed93f2f2c398" alt=""><figcaption><p>Layer Management Page (Before Change)</p></figcaption></figure>

**After**

**1. Layer Management Page**

In addition to setting floor height and adding/creating floors, you can also adjust detailed settings such as net area, slab thickness, and wall/floor transparency. The layer management UI is always visible in the right panel.

<figure><img src="/files/ac74e949c743d2137524122e5175870efab475a3" alt=""><figcaption><p>Layer Management Page (After Change)</p></figcaption></figure>

**2. Resource Management Page**

A separate management page where you can view all spaces and items included in each floor.

![Resource Management Page](/files/5922275aa947ee11e9ea4b2bf7578f4c0dbfc2fa)

**1.2. Layer Management > Added view and edit functionality for \[Net Area] ↔ \[Net Area + Interior/Exterior Walls]**

In the right layer management panel **Net Area** or **Net Area + Area Including Interior/Exterior Walls** You can check the information and directly adjust the overall floor size.

![View and Edit Net Area](/files/aff5ef3604371b3e07925f5776db963cd2a04987)

If you change the overall floor size, the following message will appear.

* Wall, floor, and ceiling finishes edited through the finish editor will be reset to their default values.
* Ceiling structures created through the ceiling editor will be deleted.

![Size Change Notice](/files/5be2013b51debef07cbac05764b480dbe6a5cf73)

**1.3. Layer Management > Added slab thickness setting**

In the right layer management panel, you can set the slab thickness for the entire floor using the slab thickness input.

|                   Slab Thickness 1                   |                  Slab Thickness 1000                 |
| :--------------------------------------------------: | :--------------------------------------------------: |
| ![](/files/4533772dd954c40c2f7589512dab8d6ab66e80f5) | ![](/files/3e3c85cfc01f9ce13973b47cf7b0238e38ea56ec) |

**1.4. Layer Management > Added wall/floor transparency setting**

In the right layer management panel, you can separately set the transparency of all walls and floors.

**Wall Transparency**

|                2D: Wall Transparency 0               |                3D: Wall Transparency 0               |
| :--------------------------------------------------: | :--------------------------------------------------: |
| ![](/files/7907a63944feaf000a64be0aff1c689065783dc8) | ![](/files/a2f0e7c387ab9581d039404045473f87fa2bfc2b) |

**Floor Transparency**

|               2D: Floor Transparency 0               |               3D: Floor Transparency 0               |
| :--------------------------------------------------: | :--------------------------------------------------: |
| ![](/files/b58830e766a4b35c6a881733306b0cae7968439c) | ![](/files/1b7ed3327494d12cb09fb314d408b3af1566f895) |

**1.5. Added wall display options in Render Studio**

The editor and Render Studio now include options to hide interior/exterior walls. In Render Studio, wall transparency settings are reflected directly in the rendering results, enabling wall transparency (culling), interior wall hiding, and exterior wall hiding renders.

**Rendered Output**

**Wall Transparency Render**

<figure><img src="/files/04be76beaae19a3feca012aef79566561507cdf6" alt=""><figcaption><p>Wall Transparency Render</p></figcaption></figure>

**Exterior Wall Hiding Render**

<figure><img src="/files/5d460b2d4bcdd652111e4ffd542c20ba4b498030" alt=""><figcaption><p>Exterior Wall Hiding Render</p></figcaption></figure>

**Interior Wall Hiding Render (+Wall Transparency)**

<figure><img src="/files/6e2cf72ea61cdc540d16cc188b88b971709e24de" alt=""><figcaption><p>Interior Wall Hiding Render (+Wall Transparency)</p></figcaption></figure>

**Hide Both Interior and Exterior Walls**

<figure><img src="/files/06a1daf9de154f5abdf9ba12899442ae47a0f62d" alt=""><figcaption><p>Interior/Exterior Wall Hiding</p></figcaption></figure>

**1.6. Specification Editor > Added ceiling plan content**

Ceiling plan content will be added to the specification editor. It automatically generates the complete ceiling plan for the designed drawing, and you can check the placement status of ceiling items.

<figure><img src="/files/abc7d5a9af249a3f7f83f5f77870d6150b24f3c4" alt=""><figcaption><p>Specification Editor Ceiling Plan</p></figcaption></figure>

***

#### 2. Modular | Parametric Editor

**2.1. Added component copy-paste in the parametric editor**

In the parametric editor, you can copy and paste modeling, parametric part items, and entire items. It works properly even between different browsers (e.g., Chrome ↔ Edge).

***

#### Coming Soon

The following features are in preparation.

* **Custom Furniture Library > Batch Edit Content Details** — In the product/parts library, you can select multiple items and edit their sub-properties all at once.
* **Custom Furniture Library > Batch Edit Variable Details** — In the product/parts library, you can select multiple items and edit their sub-variable properties all at once.


---

# 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/intro-en/update-note/2026/202604/20260423.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.
