> 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/yzgaido/make-project/ceiling-floor-height.md).

# 天井・床高の設定

## 床基準高さを変更する

空間ごとに段差をつけたい場合は、床基準高さを変更してください。

* 空間の床をクリックします。
* 右側の［空間詳細情報］で床基準高さを変更してください。\
  床高は基本的に0に設定されており、部屋単位で段差を設定できます。\
  床基準高さは+/−で調整でき、トイレや玄関などの空間に段差をつけて基準より床面を低くできます。
* 床基準を変更しても家具の位置は自動的には変更されません。\
  家具の［床からの高さ］を手動で調整する必要があり、一括で変更するには複数選択してShift+ドラッグ、またはグループ化された状態で右側の［グループ詳細情報］から［床からの高さ］を修正してください。

![](/files/665885306a29525aac896b87910d854f64f737fb)

{% hint style="info" %}
空間単位でしか床の高さを調整できないため、

玄関が中間ドアなしでリビングにつながっている形なら、玄関の床だけを別途下げるのは難しいです。

同じ空間内で段差をつけた演出をしたい場合は、［建築/資材エディター］機能や別のモデリング製品をご活用ください。
{% endhint %}

## 部屋の高さを変更する

部屋の天井高を調整するには、部屋の床をクリックした後、右側の［空間詳細情報］で部屋の高さを調整してください。\
部屋単位で壁の長さと天井位置が一緒に変更されます。

* 部屋単位ではなく、図面全体の天井高を変更したい場合は、左側タブの［階管理］→［階の高さ］で一括変更してください。（[階を管理する](/guide/yzgaido/make-project/floor-management.md))

![](/files/3454480bbc4e70166a7b0eff9bcd37160dd03883)

## その他の機能

### 空間の高さを合わせる

［空間の高さを合わせる］のチェックボックスを外してから再度チェックすると、部屋の壁の高さが自動的に揃います。\
この機能は、部屋の壁の高さが均一でない場合に、天井高（部屋の高さ）を基準に壁の高さを一括で調整する機能です。

![](/files/1d73b0eedc448fb5a72324168316ca102cbb772a)

### 天井を隠す

テラス、屋外空間など、天井のない形の空間を演出したい場合は、［天井を隠す］のチェックボックスをオフにしてください。

* 床または天井面をクリックします。
* 右側の［空間詳細情報］で［天井を隠す］チェックボックスをチェックしてください。

![](/files/35bb029ee89883165b07c482a330dfe48adcda4c)

## よくある質問

#### 天井が抜けて見えます。

壁の高さを天井より低くしていませんか？\
間仕切り壁のような効果を出すために壁の高さを下げた場合、該当する天井面が抜けて見えるようになります。\
天井より低い高さの壁を描く場合は、「壁を描く」の代わりに「四角柱を描く」を使って配置してください。

![](/files/4a0213713664263693d372ef24e703458ad3ee02)

![左：壁を描く / 右：四角柱を描く](/files/113fad685b22d2fb945772014ca3ba04c56cb0b2)


---

# 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/yzgaido/make-project/ceiling-floor-height.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.
