Click or drag to resize

Point3dTreeGetNearestNeighbour Method

Gets the nearest neighbour.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Point3d GetNearestNeighbour(
	Point3d point
)

Parameters

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

Return Value

Type: Point3d
The nearest point in the collection from the specified one.
See Also