Click or drag to resize

KdTreeTGetNearestNeighbour Method

Gets the nearest neighbour.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.1.0.0 (2.1.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