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

# April 2026 Updates

This April, handling drawings in the editor has become even more convenient.

In particular **the layer management function has been significantly revamped**and,

so the settings that are often adjusted during the design process can now be handled quickly in one place.

***

The most noticeable change is that the existing layer management page has been split into **Layer Management**and **Resource Management**, two separate pages.

**Before Change**There, layer height settings, adding/creating layers, and checking the spaces and items included in each layer were all gathered on one page.

![](/files/0bb4af49997bd4555d747f67bcfe4ee0200c687e)

**After Change**, in the Layer Management page, you can adjust not only the layer height but also detailed settings such as net area, slab thickness, and wall/floor transparency right away, and this panel is always visible on the right, so your workflow is not interrupted.

![](/files/6abc77c84c641d010400c600b6d2d9fdf90a6eab)

The Resource Management page has been separated into a dedicated screen where you can review the spaces and items included in each layer overall.

![](/files/3c4eb9807c0fbcf8ffbf045b49658a36b18f9e51)

***

In the Layer Management panel, **Net Area**and **Net Area + Included Area of Interior/Exterior Walls** you can check the information right away and also directly edit the overall layer size.

![](/files/dec89b973e8cf03962d4ca37a51bcba9ba57199b)

However, please note that if you change the overall layer size,

the wall, floor, and ceiling finishes edited in the finish material editor will be reset to their default values, and

the ceiling structures created with the ceiling editor will be deleted.

![](/files/8630ea850e6dab6a0cd3705c7e7f761908c11eda)

***

**Slab thickness** can also be set in the same Layer Management panel. When you change the input value, it is immediately reflected across the entire layer.

Slab Thickness 1

![](/files/2610038c6b5252cbf3cf3435d8dd325de652185b)

Slab Thickness 1000

![](/files/f0ed2e8d5bc136a9b70e8c131116eec5a5368ed8)

**Wall and floor transparency**can now also be adjusted individually.

Since it can be checked in both 2D and 3D, it is useful for drawing review or presentations.

Wall transparency 0 (2D)

![](/files/cbcb2b6a34e0b0f26b1bf880c10e79102d3d2964)

Wall transparency 0 (3D)

<figure><img src="/files/a8e3b90d7e847c99f88865ad75d068d96ff5bfc4" alt=""><figcaption></figcaption></figure>

Floor transparency 0 (2D)

<figure><img src="/files/e675876f02f27f2e30a570459c61382563daf17f" alt=""><figcaption></figcaption></figure>

Floor transparency 0 (3D)

![](/files/bb497bb4dd782b1db32ad33a8ac398ffd029fae2)

***

There are also changes in Render Studio.

**Hide interior/exterior walls option**has been newly added, so the wall transparency (culling) settings are reflected directly in the rendering results.

You can render in various combinations, such as making walls transparent, hiding only the interior walls, or hiding only the exterior walls.

Wall Transparency Render

![](/files/8b406646da023bdeaff62cb4b4058de586edf966)

Exterior Wall Hide Render

![](/files/45bb50d8a69449b9431998f0ff0d8d2c901642c1)

Interior Wall Hide Render (+Wall Transparency)

![](/files/f90a92d1b7e1193fbd6f78b26af138ddfd2bc450)

Hide Both Interior and Exterior Walls

![](/files/45ab3a3eeff05095b8293be0cf4bae045ef2ff2f)

***

**Specification Editor**has also added ceiling contents.

The full ceiling plan of the designed drawing is automatically generated, allowing you to see the placement status of ceiling items at a glance.

![](/files/924f41b7a5f00ecd9ba260d1fa282c223da810dd)

***

There is also good news for those working in 3D mode.

What used to be possible only in 2D mode **copying in a row**is now supported in 3D mode as well.

Before — available only in 2D mode

![](/files/6748d26a2fb723e93c7b46c97d2866976399392d)

After — available in 3D mode as well

![](/files/8cb7fd0e55b3c5255851b4b1503c4a5482132378)

![](/files/513998f2feb86eb89a7e7c9b305e7ae46b4b84e5)

***

It has also become more convenient when handling multiple items at once.

**group property function**has been added, allowing you to select multiple items and set the angle, position, height, and more all at once.

![](/files/88337b48878e4f0c61e36fcc2e38a6d7ca30ea18)

***

Lastly **the Parametric Editor**has also been improved. You can now copy and paste models, parametric component items, and all items, and it works properly even between different browsers (e.g., Chrome ↔ Edge).

***

> **Source**: \[2026.04.23] Editor feature overhaul, \[2026.04.30] Editor feature overhaul


---

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