Click or drag to resize

KdTreeTGetBoxedRange Method

Gets the objects in a range.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public List<T> GetBoxedRange(
	Point3d pt1,
	Point3d pt2
)

Parameters

pt1
Type: Point3d
The first corner of range.
pt2
Type: Point3d
The opposite corner of the range.

Return Value

Type: ListT
All objects within the range.
See Also