> 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] Editor feature revamp

#### 1. Editor

**1.1. Editor > Reorganization of floor (layer) management functions and addition of detailed settings**

Existing **Floor Management Page**and **1) Resource Management**and **2) Floor (Layer) Management** It is separated into two pages.

**Before Change**

**Floor Management Page**

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

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

**After Change**

**1. Floor 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 floor management UI is always displayed in the right panel.

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

**2. Resource Management Page**

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

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

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

In the floor management panel on the right **Net Area** or **Net Area + Included Area of Interior/Exterior Walls** you can check the information and directly adjust the overall floor size.

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

When the overall floor size is changed, the following guidance message is displayed.

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

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

**1.3. Floor Management > Added slab thickness setting function**

In the floor management panel on the right, you can set the slab thickness for the entire floor through the slab thickness input value.

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

**1.4. Floor Management > Added wall/floor transparency setting function**

In the floor management panel on the right, you can set the transparency of all walls and floors individually.

**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 view options in Render Studio**

Options to hide interior/exterior walls have been added to the Editor and Render Studio. In Render Studio, wall transparency settings are reflected directly in the rendering results, so wall transparency (culling), interior wall hiding, and exterior wall hiding rendering are possible.

**Rendered Result**

**Wall Transparency Render**

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

**Exterior Wall Hide Render**

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

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

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

**Hide Both Interior and Exterior Walls**

<figure><img src="/files/06a1daf9de154f5abdf9ba12899442ae47a0f62d" alt=""><figcaption><p>Hide Interior/Exterior Walls</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 full ceiling plan of the designed drawing and allows you to 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 and paste function in the Parametric Editor**

In the Parametric Editor, you can copy and paste models, parametric component items, and all items. It works properly even between different browsers (e.g., Chrome ↔ Edge).

***

#### Coming Soon

The following features are in preparation.

* **Custom Furniture Library > Batch Editing of Content Details** — In the product/component library, you can select multiple items and edit sub-properties all at once.
* **Custom Furniture Library > Batch Editing of Variable Details** — In the product/component library, you can select multiple items and edit 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.
