Click or drag to resize

Point3dTreeGetNearestNeighbours Method (Point3d, Int32)

Gets the given number of nearest neighbours.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Point3dCollection GetNearestNeighbours(
	Point3d point,
	int number
)

Parameters

point
Type: Point3d
The point from which search the nearest neighbours.
number
Type: SystemInt32
The number of points to collect.

Return Value

Type: Point3dCollection
The n nearest neighbours of the specified point.
See Also