Click or drag to resize

Point3dTree Constructor

Creates an new instance of Point3dTree.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.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).
See Also