> 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/202607/20260716.md).

# \[2026.07.16] Curved wall feature added and account management·parts classification

#### 1.1. (Improvement) Added detailed information fields by category and user in Account Management

Improved so that detailed information by category and user can be entered and managed on the Account Management page.

* When creating/editing categories **Email, contact number, address, postal code, store code** Can be entered
* When creating/editing user accounts **Contact number, address, postal code, store code** Can be registered
* Address search is provided according to the language in use (Korean: Daum postal code search / Overseas: Google address search)

Before

![Account Management > Edit Category Information](/files/87f5a836bcb1cae5d08ad4818decdf7044314f43)

![Account Management > Edit Account Information](/files/864d46b545eb19e705cab67e4eed422925e89083)

![Account Settings > Edit My Information](/files/7e3cc8f8d1f3bb606d769863027a82a5423fe079)

After

![Account Management > Edit Category Information](/files/a252660454c26c820664602d0d42e6a790dcac6c)

![Account Management > Edit Account Information](/files/b80806a4401d1bf9630b8b7d5a03f8aec0a83db2)

![Account Settings > Edit My Information](/files/6f21dee33255a98c0cf1739759fba8b994d43337)

#### 1.2. (Ended) 3D drawing request service terminated

The 3D drawing request service has been terminated. The 3D drawing request menu in the side menu and related pages have been removed, and the function is no longer available.

Before

![](/files/f234237c0b816972bd72fdfd8841eb16589f4779)

After

![](/files/426a1934f6ada4d7ae49bd99195ee3cfaf01f9a8)

### 2. Editor

#### 2.1. (New) Added curved wall function in the drawing editor

A **curved wall function**that allows straight walls to be changed into smooth curved shapes has been added.

* By adjusting the curvature, you can design various shapes such as stadium-like spaces and spaces with rounded ends.
* Currently, for stable space/floor generation, **only outward-bulging shapes from the room are supported** (not applicable to walls curved inward, shared partition walls, etc.)
* Access path: Draw Drawing > Draw Curved Wall / Click wall > \[Wall Details] > Convert to Curved Wall / Right-click wall menu

![3. You can convert a straight wall into a curved wall through the right-click menu of the created wall.](/files/cb6077080fa18be17d60c55aa911302e4fb05230)

#### 2.2. (Improvement) Improved notification UI in the drawing editor

The notification UI has been improved so you can conveniently check major updates and announcements. The screen layout has been reorganized so that the title and content can be seen at a glance, and it has been improved so that new and existing announcements can be easily distinguished.

Before

![](/files/f03b840545e8e28efe8cd85d7c5ae12ee74185c2)

After

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

#### 2.3. (Improvement) Added seller information display in real-time quotes

The seller information of the logged-in user is displayed at the top of the real-time quote.

* Display items: **Person in charge, phone number, email, store name, address** (Based on the information registered in the account's 'My Info')
* **Also reflected in PDF and Excel download documents**

Before

![](/files/48aef1a64b3fffef2e57a4db1795015dc6c8e2ef)

After

![](/files/4f6ab45494035cb3f91291d0d6e652fd24676c7b)

#### 2.4. (New) Added card and list view modes in the product library

In the product library **Card view / List view** modes have been added. You can choose card view for image-centered browsing or list view for information comparison, and the same view options are available in the parametric sales panel.

![](/files/c5d37c5a705255e58773d354f1d7e0df7b242b02)

![](/files/7f698713bb2dee44aaf65723071844cd4e64497e)

#### 2.5. (New) Added shortcut key settings in the drawing editor

A **shortcut key settings function**that allows straight walls to be changed into smooth curved shapes has been added.

* that lets you change shortcut keys to the keys you want **The previously separate shortcut menus have been integrated into one,** and can be checked and configured by category: common, 2D editor, 3D viewer, and render
* The changed key **is finally applied only when you press the 'Apply' button** (the shortcut guide in the left menu is also changed immediately upon applying)
* If you enter a key that is already in use, you will be notified whether it is duplicated
* The configured shortcut keys can be **exported to and imported from a JSON file**
* Access path: Settings > Shortcuts

Before

![The shortcut key could not be changed.](/files/2b94858a16b35b18cf5b62762be26912f996d0ce)

After

<figure><img src="/files/d36262befe35ba06fc44113e8e4d5967144a8158" alt=""><figcaption><p>You can change shortcut keys by clicking the shortcut key button.<br>Parts where the shortcut key button cannot be changed are shown with the shortcut key button disabled.</p></figcaption></figure>

### 3. Modular

#### 3.1. (Improvement) Improved parts classification system in the parametric editor

Parts classification has been **major category, middle category, minor category** reorganized into a system.

* The same classification system is used on the part save/overwrite screen and the new part creation screen
* The existing part type and detailed classification input items have been reorganized
* The behavior and settings values of existing parts remain unchanged

Before

![](/files/fa2fed23e8276de425f0bdd0c789cd4ab0fadec2)

After

![](/files/433845e349c6c4622e21dad206de64e2e02e09fd)


---

# 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/202607/20260716.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.
