# 3.8.12: 元素毡化 (Element Felting) 🔷

![图3.8.12.1：原始模型的元素“A”和“B”相连接，从而产生了附加元素“C”。](/files/-MBT1eYE4mQ_C7XLFH6t)

有时，有几个（潜在的）结构元素整齐地放置在空间中，但它们之间没有任何相互关联。在这种情况下，**“Element Felting”（元素毡化）”**&#x8FD0;算器可以通过在相邻元素之间生成连接来提供帮助（如图3.8.12.1）。可以通过以下输入端口控制运算器的行为：

|                |                                                                                                   |
| -------------- | ------------------------------------------------------------------------------------------------- |
| **"Model"**    | 要处理的模型                                                                                            |
| **"LimDist"**  | **“Element Felting（元素毡化）”**&#x8FD0;算器计算模型中每对元素之间的最短距离。如果此距离小&#x4E8E;**“LimDist”**&#x7C73;，将生成连接。  |
| **"SnapLen"**  | 如需生成连接，则需要划分参与元素并引入连接元素。如果任何由此产生的元素的长度小&#x4E8E;**“SnapLen”**&#x7C73;，则该元素将被删除，且其端点会捕捉到两者中的较为原始的点。 |
| **"MaxELen"**  | 用户可以在此处设置要参与毡化过程元素的长度限制。所有&#x6BD4;**“MaxELen”**&#x9650;制值长的元素都将被忽略不计。                             |
| **"StartInd"** | 可以将毡化过程限制为索引大于或等&#x4E8E;**“StartInd”**&#x7684;元素。                                                 |
| **"MaxNCon"**  | 设置要生成的新连接的最大数量。如果达到该值，则毡化会停止。                                                                     |
| **"Beam Id"**  | 此处提供的梁的标识符将归于该运算器生成的连接。这些适用于先前为该梁标识符定义的横截面、材料和偏心率。如果没有给出标识符，则相邻元素会捕捉到其最短连接线的中间点。                  |

从第一个元素到最后一个元素，毡化算法始终针对所有当前存在的元素进行测试。因此，新生成的连接元素可能是进一步连接的来源。


---

# Agent Instructions: 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:

```
GET https://manual-1-3.karamba3d.com/chinese_1_3_3/3-in-depth-component-reference/3.8-utilities/3.8.12-element-felting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
