poly_weld_vertices
Merge selected vertex indices into one when they fall within a specified distance threshold, preventing gaps from too-small values and accidental merges from too-large ones.
Instructions
在给定阈值内焊接(合并)一批顶点。阈值过小可能焊不上,过大可能误并无关顶点。单位与场景一致,常用 0.010.1。
[English]
Weld (merge) a batch of vertices within a threshold. Too small a threshold may weld nothing; too large may merge unrelated vertices. In scene units, usually 0.010.1.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| vertices | Yes | 要焊接的顶点索引列表。 | Vertex indices to weld. | |
| threshold | No | 焊接阈值(场景单位)。 | Weld threshold (scene units). |