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)
Syntaxpublic Point3dCollection GetBoxedRange(
Point3d pt1,
Point3d pt2
)
Public Function GetBoxedRange (
pt1 As Point3d,
pt2 As Point3d
) As Point3dCollection
public:
Point3dCollection^ GetBoxedRange(
Point3d pt1,
Point3d pt2
)
member GetBoxedRange :
pt1 : Point3d *
pt2 : Point3d -> Point3dCollection
Parameters
- pt1
- Type: Point3d
The first corner of range. - pt2
- Type: Point3d
The opposite corner of the range.
Return Value
Type:
Point3dCollectionAll points within the range.
See Also