按距离合并#

按距离合并节点。

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

输入#

几何数据

标准的几何图形输入。

选择

Boolean field that is true for parts of the geometry to be deleted. Unselected points will be completely unused 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

使用选择输入仅合并点云中的一些点。#