按距离合并

按距离合并节点。

按距离合并 节点合并给定距离内的选定网格顶点或点云点,必要时合并周围几何体。此操作类似于按距离合并运算符或焊接修改器

输入

几何数据

标准的几何图形输入。

选择

Boolean field that is true for parts of the geometry to be deleted. Unselected points will be completely unsed for the operation-- they will not be merged into other points, and no points will merge into them either.

Tip

在可能的情况下,使用选择输入是加快节点运行的简单方法,因为搜索附近的点是一个相对高成本的操作,尤其是涉及较多的点时。

距离

用于搜索邻近点的距离。

属性

模式

用于选择要合并的顶点的方法。

全部

合并所有几何体,包括松散的部件。

相连项

仅合并相互连接的几何体,即修改器不会将松散的部分合并。

输出

几何数据

标准的几何体输出。

示例

../../../_images/modeling_geometry-nodes_geometry_merge-by-distance_points.png

使用选择输入,仅合并点云中的部分点。