> 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.12-generate-cross-section-table.md).

# 3.3.12: 生成断面信息表格 (Generate Cross Section Table)

![图3.3.12：“Cross Section Matcher（横截面匹配器）”运算器反馈自定义轮廓的标准轮廓](/files/-MANAvdimhtrxhOSOiL6)

断面信息书写板中的条目有一行，其中包含：

* “country（国别）”：原产国
* “family（系列）”：该断面所属系列的名称（请参阅第[3.3.1](/chinese_1_3_3/3-in-depth-component-reference/3.3-cross-section/3.3.1-beam-cross-sections.md)节）
* “name（名称）”：特定断面的名称（请参阅第[3.3.1](/chinese_1_3_3/3-in-depth-component-reference/3.3-cross-section/3.3.1-beam-cross-sections.md)节）
* 定义基本断面类型的“shape（形状）”的字段：
  * “I”: 工字断面
  * “\[]”: 空心型材
  * “V”: 梯形实心断面
  * “O”: 圆管
  * “S”: 弹性元件
  * “Sh”: 壳体
* 用于绘制断面的几何属性
* 用于定义断面机械性能的面积、惯性矩等。可依据断面几何形状独立定义。

{% hint style="info" %}
第一列中的“＃”表示：相应的行用作注释。
{% endhint %}

**“GenCSTable”**&#x8FD0;算器将断面（或断面列表）作为输入，并以字符串形式反馈等效数据表格。用于输出的物理单位始终为公制。当接入信息书写板时，信息可以流式传输到一个文件中，并随之构建一个有效的断面信息表格。断面表格中的数据，Karamba3D仅读取一次。因此，为了使断面表格中的更改生效，需重新启动Grasshopper。

可通过运算器上下文菜单将表格数据保存为不同的格式（右键单击运算器图标即可显示）。菜单项“Save cross section table to file（将横截面列表保存到文件）”会展开“save（保存）”对话框，通过其下拉列表“Save as type（另存为类型）” 在bin-, dat- 和 csv-格式之间进行选择。对于大型表格而言，二进制格式（.bin）可以快速加载，故建议使用该格式。 但是，bin文件在文本编辑器中不可读。


---

# 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.12-generate-cross-section-table.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.
