Click or drag to resize

Point3dTree Class

Provides methods to organize 3d points in a Kd tree structure to speed up the search of neighbours. A boolean constructor parameter (ignoreZ) indicates if the resulting Kd tree is a 3d tree or a 2d tree. Use ignoreZ = true if all points in the input collection lie on a plane parallel to XY or if the points have to be considered as projected on the XY plane.
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.R20.GeometryKdTreePoint3d
    Gile.AutoCAD.R20.GeometryPoint3dTree

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public class Point3dTree : KdTree<Point3d>

The Point3dTree type exposes the following members.

Constructors
  NameDescription
Public methodPoint3dTree
Creates an new instance of Point3dTree.
Top
Properties
Methods
See Also