> For the complete documentation index, see [llms.txt](https://kenchikujimu.gitbook.io/atmanual4-0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kenchikujimu.gitbook.io/atmanual4-0/shi-yang/notes.md).

# 注意事項

面積計算プラグインを使用する上での注意事項をまとめます。

## 求積図関連

| 基本                | 面積は求積図の寸法から算出されます。正確に作図してください。                                                                                                                                          |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 計算できる図形           | 方形(四角形、長方形)、平行四辺形、台形、三角形、円、円弧、弓形。計算できるはずの図形に対して「計算できません」というアラートが表示された場合は、こちらの[対処方法](https://kenjimu.gitbooks.io/atmanual-faq/content/ComputabilityFalse.html)を参照してください。 |
| レイヤ               | 専用レイヤに作図してください。敷地、建築物、工作物それぞれに専用レイヤが必要です。                                                                                                                               |
| クラス               | 「AT-求積図」でなくてはなりません。「求積図の設定」メニューで自動的に割り当てられますので変更しないでください。                                                                                                               |
| レコード              | 「AT\_DiagRec」が割り当てられていなくてはなりません。「求積図の設定」メニューで自動的に割り当てられますので変更しないでください。                                                                                                  |
| 求積図の名前            | プログラムが求積図に割り当てた名前を変更しないでください。                                                                                                                                           |
| 求積図番号シンボルのレコードと名前 | プログラムが割り当てた名前とレコードを変更しないでください。                                                                                                                                          |

## 予約語関連

以下の名前はプログラムが使用しますので、変更しないでください。

### シンボル

AT求積図番号（[名前とレコード以外は変更できます](https://kenchikujimu.gitbook.io/atmanual4-0/shi-yang/pages/-M5061vuZfBN2ITybk4y#求積図シンボルの編集)）

### レイヤ

AT-求積図(+階)

AT-工作物求積図

AT-敷地求積図

AT-参照レイヤ

### クラス

AT-求積図

AT-求積図番号

AT-求積図寸法

AT-内部データ

### ワークシート

AT敷地面積表

AT敷地面積表-端数処理前

AT求積表

AT面積表

(建築部番号+)ATS独立部分別

(建築部番号+)ATF階別

(建築部番号+)ATU主要用途別

(建築部番号+)ATH住宅利用別

AT工作物築造面積表

INT-Decimal

AT\_Prefs

AT\_DiagData

AT\_BLDInfo

敷地座標

### レコード・フィールド

AT\_DiagRecおよびその中のフィールド名


---

# 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://kenchikujimu.gitbook.io/atmanual4-0/shi-yang/notes.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.
