Click or drag to resize

Point3dTreeGetBoxedRange Method

Gets the points in a range.

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public Point3dCollection 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: Point3dCollection
All points within the range.
See Also