find_nearest_point
Identify the nearest point(s) to a 3D position in a Houdini node. Specify a node path and query coordinates to retrieve the closest point or a set of nearest points.
Instructions
Find the nearest point(s) to a given position.
Args: node_path: Node path. position: Query position as [x, y, z]. max_results: Max nearest points to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | Yes | ||
| node_path | Yes | ||
| max_results | No |