> 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 feature has been greatly revamped**as

making it possible to quickly handle settings that are often adjusted during the design process in one place.

***

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

**Before**On the previous page, floor height settings, adding/creating floors, and checking the spaces and items included in each floor were all gathered on one page.

![](/files/0bb4af49997bd4555d747f67bcfe4ee0200c687e)

**After**, on the Layer Management page, you can instantly adjust detailed settings such as not only floor height but also actual area, slab thickness, and wall/floor transparency, 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 view, as a whole, the spaces and items included in each floor.

![](/files/3c4eb9807c0fbcf8ffbf045b49658a36b18f9e51)

***

In the Layer Management panel, **Net Area**and **Net Area + Area Including Interior/Exterior Walls** you can immediately check information and also directly edit the overall floor size.

![](/files/dec89b973e8cf03962d4ca37a51bcba9ba57199b)

However, please note that if you change the overall floor size, the wall, floor, and ceiling finishes edited in the finish editor will be reset to their default values,

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

When changes are made, the following guidance message is displayed.

![](/files/8630ea850e6dab6a0cd3705c7e7f761908c11eda)

***

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

Slab Thickness 1

![](/files/2610038c6b5252cbf3cf3435d8dd325de652185b)

Slab Thickness 1000

![](/files/f0ed2e8d5bc136a9b70e8c131116eec5a5368ed8)

**The transparency of walls and floors**can now also be adjusted individually.

It can be checked in both 2D and 3D, making it 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 inner/outer walls options**have 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 inner walls, or hiding only outer walls.

Wall Transparency Render

![](/files/8b406646da023bdeaff62cb4b4058de586edf966)

Exterior Wall Hiding Render

![](/files/45bb50d8a69449b9431998f0ff0d8d2c901642c1)

Interior Wall Hiding Render (+Wall Transparency)

![](/files/f90a92d1b7e1193fbd6f78b26af138ddfd2bc450)

Hide Both Interior and Exterior Walls

![](/files/45ab3a3eeff05095b8293be0cf4bae045ef2ff2f)

***

**Specification Editor**has also gained ceiling content.

A complete ceiling drawing for the designed plan is automatically generated, and you can see the placement status of ceiling items at a glance.

![](/files/924f41b7a5f00ecd9ba260d1fa282c223da810dd)

***

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

Previously only possible 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 become more convenient even when handling multiple items at once.

**Group property feature**has been added, so after selecting multiple items, you can set angles, positions, heights, and more all at once.

![](/files/88337b48878e4f0c61e36fcc2e38a6d7ca30ea18)

***

Lastly **Parametric Editor**has also been improved. You can now copy and paste modeling, parametric component items, and entire items, and it works properly across different browsers as well (e.g., Chrome ↔ Edge).

***

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


---

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