> 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.5-beam-joint-agent.md).

# 3.3.5: 梁-连接件 (Beam-Joint Agent) 🔷

![图3.3.5.1：使用“（梁-连接件）”运算器基于几何关系定义铰链的三种不同但等效的可能性](/files/-M9XuSuAhaxXmuCDW_WP)

**“Beam-Joint Agent（梁-连接件）”**&#x6839;据几何关系在梁上创建铰链。图3.37显示了定义连接件的三种不同但等效的可能性。通过&#x5728;**“AtElemsIds（元素标识符）”**&#x8F93;入端口处提供元素标识符列表可以设置连接件的元素或元素组的位置。构建模型后，如满足以下条件之一，梁连接件就会在模型中运行并放置铰链：

* 元素标识符上的节点连接到其标识符&#x5728;**“ToElemIds（至元素标识符）”**&#x8F93;入中列出的元素。
* 元素标识符上的节点连接&#x5230;**“ToNodeInd（至节点标识符）”**&#x8F93;入中列出的具有编号的节点。
* 元素标识符上的节点位&#x4E8E;**“ToGeom（至几何项）”**&#x4E2D;提供的其中一个几何项目上。可以是点、曲线、平面、边界表示或是网格。两个在空间中接触的几何项的公差由模型中&#x7684;**“LDist（极限距离）”**&#x6765;定义（请参见[3.1.1](/chinese_1_3_3/3-in-depth-component-reference/3.1-model/3.1.1-assemble-model.md)）。

这意味&#x7740;**“Ct”**、**“Cr”**&#x548C;**“Dofs”**&#x7684;含义与第[3.3.6](/chinese_1_3_3/3-in-depth-component-reference/3.3-cross-section/3.3.6-beam-joints.md)节中介绍&#x7684;**“Beam-Joints（梁-连接）”**&#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.5-beam-joint-agent.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.
