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)
Syntaxpublic T GetNearestNeighbour(
Point3d point
)
Public Function GetNearestNeighbour (
point As Point3d
) As T
public:
T GetNearestNeighbour(
Point3d point
)
member GetNearestNeighbour :
point : Point3d -> 'T
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