Tool
Surface
Vector
Transform
Primitive Curves
Curve Analysis
Toolset
Triangulation
Boolean Operation
Panels
Solid
Intersection
Text
Image
Analysis
Array
Render
3D Object
Closest Point
Find closest point in a point collection
Details
ID
tool-vector-closest-point
Name
Closest Point
Group
Vector
Package
Tool
Keywords
Input ports
Name | Type | Description | Default Value |
---|---|---|---|
Points | Point | List of points to search | |
Point | Point | Point to search from | [0,0,0] |
Output ports
Name | Type | Description |
---|---|---|
Point | Point | Point in list closest to given point |
I | Number | Index of closest point |
Distance | Number | Distance between the given point and closest point |
After creating a node, connect the list of points for the search to the first port. Connect the point to search from to the second port. On the output ports, we will get a result point in the list closest to a given point, the index of the closest point, and the distance between the given point and the closest point.
Project Point
Point Distance\