Attribute Proximity¶
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.
Inputs – Уводи¶
- Geometry – Геометрія
Standard geometry input.
- Target – Ціль
Standard geometry input.
- 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.
- 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.
Properties – Властивості¶
- Target Geometry
- Faces – Грані
Calculate the closest point anywhere on the faces of the target geometry’s mesh.
- Edges – Краї
Calculate the closest point anywhere on the edges of the target geometry’s mesh.
- Points – Точки
Calculate the closest point or vertex on the target geometry. This mode is usually the fastest.
Вивід – Output¶
- Geometry – Геометрія
Standard geometry output.
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.
Be sure to set the mode to points when the target is a point cloud.