Click or drag to resize

KdTreeTGetNearestNeighbour Method

Gets the nearest neighbour.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public T GetNearestNeighbour(
	Point3d point
)

Parameters

point
Type: Point3d
The point from which search the nearest neighbour.

Return Value

Type: T
The nearest object in the collection from the specified point.
See Also