> 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/3-in-depth-component-reference/3.3-cross-section/3.3.1-beam-cross-sections.md).

# 3.3.1: 梁的断面 (Beam Cross Sections)

Karamba3D 提供五种基本类型的梁断面

* 圆管断面 — 默认选择
* 空心箱式断面
* 梯形断面
* 工字型断面

![图3.3.1：具有四种不同种类断面的悬臂](/files/-M9XuR_gJEfEe4sj2P3v)

图3.3.1显示了直接&#x5728;**“LineToBeam（由线到梁）”**&#x8FD0;算器上定义断面特性的悬臂。在未定义偏心率的情况下，梁的轴线始终与几何中心的断面重合。例如，改变工字型断面上部法兰的宽度会导致整个断面在局部Z轴方向上的轻微移动。如果断面的上部位置需要固定，则需指定一个偏心率。上述改变可通过特定的运算器（请参阅第[3.3.7](/chinese_1_3_3/3-in-depth-component-reference/3.3-cross-section/3.3.7-eccentricity-on-beam-eccentricity-on-cross-section.md)节）或通过输入端&#x53E3;**“Ecce-loc”**&#x6765;完成。在此处提供矢量，以便相对梁的轴线移动断面。给定的偏心率与梁的局部坐标系相对应。几何中心的最终位置可以&#x4ECE;**“Disassemble Cross Section（分解断面）”**&#x8FD0;算器中获取（请参阅第[3.3.4](/chinese_1_3_3/3-in-depth-component-reference/3.3-cross-section/3.3.4-disassemble-cross-section.md)节）。

除定义断面几何形状的输入端口、**“Elem|Id”**-&#x548C;**“Ecce-loc”**&#x8F93;入外，还有：

|                    |                                                                                                                                                                                                                                                |
| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **“Family（系列）”**   | 每个断面都隶属一个系列。在进行断面优化时（参阅第[3.5.8](/chinese_1_3_3/3-in-depth-component-reference/3.5-algorithms/3.5.8-optimize-cross-section.md)节），Karamba3D仅选择与原始断面属同一系列的型材。此系列可由任意断面类型组成。                                                                       |
| **“Name（名称）"**     | 断面的标识符不必是唯一的。在模型视图&#x7684;**“RenderSettings （渲染设置）”**&#x5B50;菜单中启&#x7528;**“CroSecNames（断面名称）”**&#x53EF;以查看断面。                                                                                                                                 |
| **“Color（颜色）”**    | 允许用户定义断面的颜色。&#x5728;**“ModelView（模型视图）”**&#x8FD0;算器&#x7684;**“Color（颜色）”**&#x5B50;菜单中激&#x6D3B;**“Cross Sections（横断面）”**，并&#x5728;**“BeamView（梁视图）”**&#x8FD0;算器&#x7684;**“Render Settings（渲染设置）”**&#x5B50;菜单中激&#x6D3B;**“CroSec（断面）”**，使断面颜色可见。 |
| **“Material（材料）”** | 可设置断面材料。通&#x8FC7;**“Assemble（模型构建）”**&#x8FD0;算器进行的间接材料定义可以覆写断面材料的直接定义。                                                                                                                                                                         |


---

# 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/3-in-depth-component-reference/3.3-cross-section/3.3.1-beam-cross-sections.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.
