> For the complete documentation index, see [llms.txt](https://manual-1-3.karamba3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual-1-3.karamba3d.com/chinese_1_3_3/2-getting-started/2-getting-started-1/karamba3d-entities.md).

# 2.1: Karamba3D实体

Grasshopper（GH）是一种面向对象的可视化脚本环境，可提供点、曲线、面等元素，并用于几何计算。用户可在工具&#x680F;**“Params（参数）”**&#x7684;子目&#x5F55;**“Geometry（几何体）”**&#x4E2D;查看所有可用几何项。此外，Karamba3D中还增加了七个用于构建结构模型的实体。

| Entity            | Typology                       |
| ----------------- | ------------------------------ |
| Model（模型）         | 包含了与结构相关的所有信息。                 |
| Element（构件）       | 可以是梁、桁架、壳体或弹性元件。               |
| Element Set（构件集）  | 按照给定顺序将构件进行组合，用户可在通用名称下访问各个构件。 |
| Joint（连接）         | 定义相邻构件之间的关联性。                  |
| Load（荷载）          | 施加于结构上的外力。                     |
| Cross-section（断面） | 定义结构构件的断面几何形状。                 |
| Material（材料）      | 提供关于断面构成的物理行为信息。               |
| Support（支撑件）      | 定义结构与地面的连接方式。                  |

Karamba3D的分析对象在运行方面与 GH 实体相似。

* 可被存储于存储器中（详见Karamba3D工具栏&#x7684;**“Params（参数）”**&#x5B50;目录）
* 将其接入面板时可将相关基本属性转换为文本信息，并提供文本输出。

## 默认设置

在构建结构模型时，并不需要呈现所有上述实体。Karamba3D假设材料和断面均为默认设置。

* 若未指定材料，Karamba3D所有默认断面均为钢材（S235根据 EC3的$$f\_{yk} =  23.5 kN/cm^2$$)。
* Karamba3D的默认梁是外径为$$114.4mm$$壁厚为$$4mm$$的圆形空心断面（CHS），壳体的默认厚度为$$10mm$$。


---

# 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://manual-1-3.karamba3d.com/chinese_1_3_3/2-getting-started/2-getting-started-1/karamba3d-entities.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.
