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

# April 2026 Updates

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

In particular **the layer management feature has been significantly revamped**so

the settings you often adjust 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 **Floor Management**and **Resource Management**, two pages.

**Before Changes**Previously, 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 Changes**, on the floor management page, you can quickly 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 isn’t interrupted.

![](/files/6abc77c84c641d010400c600b6d2d9fdf90a6eab)

The resource management page has been separated into a dedicated screen where you can view the spaces and items included in each floor at a glance.

![](/files/3c4eb9807c0fbcf8ffbf045b49658a36b18f9e51)

***

On the floor management panel **Net Area**and **Net Area + Area Including Internal/External Walls** you can check the information right away and 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 ceiling structures created in the ceiling editor will be deleted.

When you make changes, the following notice message will appear.

![](/files/8630ea850e6dab6a0cd3705c7e7f761908c11eda)

***

**Slab thickness** can also be set in the same floor 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)

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

You can view it in both 2D and 3D, making it useful for checking drawings or for 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.

**Interior/Exterior Wall Hide Option**has been newly added, so wall transparency (culling) settings are directly reflected in the rendering results.

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

Wall Transparency Render

![](/files/8b406646da023bdeaff62cb4b4058de586edf966)

Hide External Walls Render

![](/files/45bb50d8a69449b9431998f0ff0d8d2c901642c1)

Hide Internal Walls Render (+ Wall Transparency)

![](/files/f90a92d1b7e1193fbd6f78b26af138ddfd2bc450)

Hide Both Internal and External Walls

![](/files/45ab3a3eeff05095b8293be0cf4bae045ef2ff2f)

***

**Specification Editor**now has ceiling content added.

A complete ceiling plan for the designed drawing is automatically generated, allowing you to see the placement 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 **Linear array copy**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 properties feature**has been added, allowing you to select multiple items and set angles, positions, heights, and more all at once.

![](/files/88337b48878e4f0c61e36fcc2e38a6d7ca30ea18)

***

Lastly **the Parametric Editor**has also been improved. You can now copy and paste modeling, parametric component items, and all items, and it works properly across different browsers (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-1/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.
