Nút Mẫu Vật Gần Nhất (Sample Nearest Node)¶
The Sample Nearest node retrieves the index of the geometry element in its input geometry that is closest to the input position.
This node is similar to the Nút Mức Cận Độ Hình Học (Geometry Proximity Node), but it outputs the index of the closest element instead of its distance from the current location.
Mẹo
If you want to find nearest to each point in same geometry, its better to use the Index of Nearest node.
Đầu Vào (Inputs)¶
- Hình Học (Geometry)
Hình học để lấy mẫu vật.
Ghi chú
This node only supports point cloud and mesh inputs.
- Vị Trí Lấy Mẫu (Sample Position)
The position to start from when finding the closest location on the target geometry. By default, this is the same as if the Nút Vị Trí (Position Node) was connected.
Tính Chất (Properties)¶
- Phạm Vi (Domain)
phạm vi thuộc tính (attribute domain) nào để tính toán khoảng cách từ đó.
Đầu Ra (Outputs)¶
- Chỉ Số (Index)
The index of the closest geometry element of the chosen domain.