Click or drag to resize

Point3dTree Constructor

Creates an new instance of Point3dTree.

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public Point3dTree(
	IEnumerable<Point3d> points,
	bool ignoreZ = false
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
The Point3d collection to fill the tree.
ignoreZ (Optional)
Type: SystemBoolean
A value indicating if the Z coordinate of points is ignored (as if all points were projected to the XY plane).
Exceptions
ExceptionCondition
ArgumentNullExceptionArgumentException is thrown if points is null.
See Also