Merge by Distance Node

Merge by Distance node.

The Merge by Distance node merges selected mesh vertices or point cloud points within a given distance, merging surrounding geometry where necessary. This operation is similar to the Merge by Distance(距離でマージ) operator or the Weld(溶接)モディファイアー.

入力

Geometry(ジオメトリ)

標準のジオメトリ入力です。

Selection(選択)

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.

ちなみに

When possible, using the selection input can be a simple way to speed up the node, since searching for nearby points is a relatively expensive operation that gets even more expensive when more points are involved.

Distance(距離)

The distance to use for searching for nearby points.

Properties(プロパティ)

Mode(モード)

マージする頂点を選択する方法。

All(全て)

マージには、構造的に分離したパーツを含むすべてのジオメトリが含まれます。

Connected(接続)

マージには付随するジオメトリのみが含まれます。つまり、モディファイアーは構造的に分離したパーツをマージしません。

Output(出力)

Geometry(ジオメトリ)

標準のジオメトリ出力です。

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

Using the selection input to only merge some of the points in a point cloud.