Documentation > Mesh Ops Plugin BPLibrary > Get Closest Point in Vector Array

Get Closest Point in Vector Array

Gets the index of the closest point in an array of vectors. Optionally stops early if within CloseEnough.

Inputs

In
Exec

Points
Array of Vectors

Check
Vector

Ignore Indexes
Array of Integers

Close Enough
Float

Outputs

Out
Exec

Return Value
Integer

Gets the index of the closest point in an array of vectors. Optionally stops early if within CloseEnough.