> 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.8-modify-cross-section.md).

# 3.3.8: 编辑断面 (Modify Cross Section) 🔷

在Karamba3D中，断面属性可分为四种类型：

|                       |                           |
| --------------------- | ------------------------- |
| **“General（常规）”**     | 用于设置名称、系列、颜色、材料和元素标识符的参数。 |
| **“Geometry（几何形状）”**  | 确定断面尺寸和偏心率的属性             |
| **“Deformation（变形）”** | 这些参数影响结构的弹性行为             |
| **“Resistance（阻力）”**  | 断面设计程序使用的属性，其目的是确定承载能力。   |

**“Modify Cross Section（编辑断面）”** 运算器允许修改这些属性。该运算器存在两种操作模式：

**Flow through（流经）：**&#x5F53;断面作为输入时，默认情况下，其左侧结果是相同的断面。用户仅需修改那些输入值的数据。

**Agent（代理）：**&#x53EF;通&#x8FC7;**“Elem-Ids”**&#x8F93;入选择要修改的断面。可以使用正则表达式。生成的断面代理&#x4E3A;**“Cross Section（断面）”**&#x7C7B;型，在接&#x5165;**“Assemble（模型构建）”**&#x8FD0;算器时会被激活。

![图3.3.8.1：“ModifyCroSec（编辑断面）”](/files/-M9XuSowBqt_zXq5DlXp)

图3.3.8.1显示了均匀荷载下简支梁的定义。用于计算此类系统最大位移的理论公式通常会忽略剪切变形的影响。为确保断面在剪切时接近刚性，使&#x7528;**“Modify Cross Section （编辑断面）”** 运算器将剪切面积$$A\_z$$设置为较大的值。图3.3.8.1“ModifyCroSec（编辑断面）”运算器可用于在断面局部z轴方向施加剪力刚度。如图所示，计算出的最大位移与无剪力效应的公式结果一致。

如果断面的高度或厚度随着变形或阻力参数的变化而变化，检测会由上至下进行：首先，所有参数均根据新的断面尺寸进行更新，其次，通过覆写新的参数值，可实现阻力特性变形。运算器底部的下拉列表允许在梁断面和壳体断面之间进行切换。


---

# 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.8-modify-cross-section.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.
