Attribute Proximity

../../../_images/modeling_geometry-nodes_attribute_attribute-proximity_node.png

The Attribute Proximity node.

For each point in the input geometry, this node finds the closest position on the target. Both the positions and the distances to them can be stored in attributes.

Đầu Vào (Inputs)

Hình Học (Geometry)

Đầu vào hình học tiêu chuẩn.

Mục Tiêu (Target)

Đầu vào hình học tiêu chuẩn.

Khoảng Cách (Distance)

The name of the float attribute where the computed distance is stored. A new attribute with that name is added if it does not exist yet. If it does exist, the values of the existing attribute are overridden.

Vị Trí (Position)

The name of the attribute where the computed location is stored. A new attribute with that name is added if it does not exist yet. If it does exist, the values of the existing attribute are overridden.

Tính Chất (Properties)

Hình Học Mục Tiêu (Target Geometry)
Bề Mặt (Faces)

Calculate the closest point anywhere on the faces of the target geometry's mesh.

Cạnh (Edges)

Calculate the closest point anywhere on the edges of the target geometry's mesh.

Điểm (Points)

Calculate the closest point or vertex on the target geometry. This mode is usually the fastest.

Đầu Ra (Output)

Hình Học (Geometry)

Đầu ra hình học tiêu chuẩn.

Một Số Ví Dụ (Examples)

The different modes of the node: faces, edges and points. In this example the geometry nodes modifier is added on the plane. Note that the plane is subdivided and the cube is not.

../../../_images/modeling_geometry-nodes_attribute_attribute-proximity_faces.png

Target Geometry mode: faces.

../../../_images/modeling_geometry-nodes_attribute_attribute-proximity_edges.png

Target Geometry mode: edges.

../../../_images/modeling_geometry-nodes_attribute_attribute-proximity_points.png

Target Geometry mode: points.

Be sure to set the mode to points when the target is a point cloud.

../../../_images/modeling_geometry-nodes_attribute_attribute-proximity_pointcloud-target.png

Attribute Proximity node with a point cloud as target.