poly_target_weld
Weld a vertex onto a target vertex so the result lands exactly on the target position. Use when a precise weld point is needed instead of an average.
Instructions
把 vertex 焊接到 target 顶点上(目标焊接),结果与 target 重合。与 poly_weld_vertices(取平均点)不同,这里明确指定落点。
[English]
Target-weld vertex onto target so the result lands exactly on the target. Unlike poly_weld_vertices (which averages), here the landing point is explicit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | 目标顶点索引。 | Target vertex index. | |
| vertex | Yes | 要移动的顶点索引。 | Vertex index to move. | |
| objects | No | 对象名列表;省略则使用当前选择。 | Object names; omit to use the current selection. | |
| threshold | No | 容差,默认 0.1。 | Tolerance, default 0.1. |