> 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/hajimeni/update-note/2026/202605/20260507.md).

# \[2026.05.07] エディター機能の刷新

### エディタ

#### 1.1.（新規）タイル配置モード

タイル配置モードを新たに追加しました。3Dモードで壁をクリックすると使用できます。

* タイルサイズは \[ダッシュボード > 企業/共用仕上げ材ライブラリ > タイル詳細ページ] で修正できます。

{% columns %}
{% column %}
![](/files/b59eafdda913376249d1e4f9743c9fe1ddc096f6)
{% endcolumn %}

{% column %}
![](/files/6ebd65cb5288285eb4c27c0ee35a22e35d92e150)
{% endcolumn %}
{% endcolumns %}

![](/files/a6094f5495563b859c0b0743bd95fd6b2ee09345)

***

### 1.2.（改編）仕上げ材エディタ UI/UX

仕上げ材エディタの UI/UX を改編しました。

#### 1.2.1. Face Editor ヘッダー UI の整理

* ショートカット追加: M（測定）、G（補助線追加）
* 測定線の Shift 直交モードおよびスタイルを改善: 測定線を描くときに Shift を押すと、水平方向/垂直方向にスナップします。

\[前へ]

![](/files/4188dad541b69821d78319d3c45bc405ed4a02f1)

\[前へ]

![](/files/62d7ba931e5b4c701bc10753dea6b20d425818bf)

#### 1.2.2. モールディングデザインプレビューのサイズ整合性改善

モールディング生成時に component.w1/h1 を territory の実際のサイズに合わせて初期化します。デザインプレビューで高さ(h1)を変更すると、実際のモールディングの高さと同期されます。幅(w1)は壁のサイズで決まるため、入力を無効化しました。

\[前へ]

![](/files/9250751bee16ab319d3afc77b18f8bc95bdb7a9f)

\[前へ]

![](/files/9240350dfc55a59d77eb710987220bf91dd79e31)

***

#### 1.2.3. 帯状材（モールディング）のドラッグ移動

* 選択したモールディングをキャンバス上でドラッグして y 軸方向に移動できます。
* 境界制限（territory の上端/下端）およびスナップポイント（上・中央・下）を適用し、青いガイドラインを表示します。

![](/files/5da03e695bd0c6b77aab6f4425390aad177bbfd5)

***

#### 1.2.4. FaceEditor > PopupMenu 追加

* 補助線の個別削除: 右クリックのポップアップメニューで補助線を個別に削除できます。（FaceGuidelines に Container name='guideline' を追加）
* パターンコピー: ヘッダーから右クリックのポップアップメニュー（TerritoryMenu）へ移動しました。

***


---

# 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/hajimeni/update-note/2026/202605/20260507.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.
