Skip to content

Overload_Rhino_Geometry_RTree_Search

Will Pearson edited this page Aug 12, 2016 · 2 revisions

RTree.Search Method

Overload List

 

Name Description
Public method Search(BoundingBox, EventHandler(RTreeEventArgs)) Searches for items in a bounding box. The bounding box can be singular and contain exactly one single point.
Public method Search(Sphere, EventHandler(RTreeEventArgs)) Searches for items in a sphere.
Public method Search(BoundingBox, EventHandler(RTreeEventArgs), Object) Searches for items in a bounding box. The bounding box can be singular and contain exactly one single point.
Public methodCode example Search(Sphere, EventHandler(RTreeEventArgs), Object) Searches for items in a sphere.
  Back to Top

See Also

Reference

RTree Class
Rhino.Geometry Namespace

Clone this wiki locally