Point3dTreeGetNearestNeighbour Method |
Gets the nearest neighbour.
Namespace:
Gile.AutoCAD.Geometry
Assembly:
GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Point3d GetNearestNeighbour(
Point3d point
)
Public Function GetNearestNeighbour (
point As Point3d
) As Point3d
public:
Point3d GetNearestNeighbour(
Point3d point
)
member GetNearestNeighbour :
point : Point3d -> Point3d
Parameters
- point
- Type: Point3d
The point from which search the nearest neighbour.
Return Value
Type:
Point3dThe nearest point in the collection from the specified one.
See Also