Click or drag to resize

Node3dTNearestItem Method (T)

Find the nearest item.

Namespace:  Grasshopper.Kernel.Geometry.SpatialTrees
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Index3d<T> NearestItem(
	T locus
)

Parameters

locus
Type: T
Location to search from.

Return Value

Type: Index3dT
The index of the nearest item or null if no nearest item could be found.
See Also