# 面積計算のながれ

基本的に、メニューを上から順に実行していくと面積表が作成されます。

![](/files/-M5065K7Cuk6pC3Lpwy_)

| 面積計算のながれ                                                            |                                    |
| ------------------------------------------------------------------- | ---------------------------------- |
| [求積図レイヤの作成](/atmanual4-0/mian-ji-biao-zuo-cheng/createarealayer.md) | 求積図専用レイヤを作成                        |
| [敷地の設定](/atmanual4-0/mian-ji-biao-zuo-cheng/sitearea.md)            | 容積率や建ぺい率などを入力                      |
| [建築物の設定](/atmanual4-0/mian-ji-biao-zuo-cheng/buildinginfo.md)       | 建築物の名称と主要用途を設定                     |
| [座標から敷地を作図](/atmanual4-0/mian-ji-biao-zuo-cheng/coord2sitepoly.md)  | 敷地座標から敷地形状を作図（敷地座標がある場合）           |
| [求積図の作成](/atmanual4-0/mian-ji-biao-zuo-cheng/makediagram.md)        | 計算できる図形は、方形、平行四辺形、台形、三角形、円、円弧、弓形です |
| [求積図の設定](/atmanual4-0/mian-ji-biao-zuo-cheng/setdiagram.md)         | 求積図が建物のどの部分にあたるかを設定                |
| [面積表の作成](/atmanual4-0/mian-ji-biao-zuo-cheng/areatable.md)          | 求積図の設定内容に従って面積表が作成されます             |
| [求積図に寸法を配置](/atmanual4-0/mian-ji-biao-zuo-cheng/createdimension.md) | 「求積図を選択」と「寸法を配置」を使って求積図の寸法を作成      |
| [図面にレイアウトする](/atmanual4-0/reiauto/layout.md)                        | 求積図、求積表、面積表を図面にレイアウト               |
| [面積計算の環境設定](/atmanual4-0/she-ding/preference.md)                    | 端数処理の方法、小数点以下の有効桁数などの設定            |


---

# Agent Instructions: 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:

```
GET https://kenchikujimu.gitbook.io/atmanual4-0/startguide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
