RTreeSearch Method (Sphere, EventHandlerRTreeEventArgs) |
Searches for items in a sphere.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic bool Search(
Sphere sphere,
EventHandler<RTreeEventArgs> callback
)
Public Function Search (
sphere As Sphere,
callback As EventHandler(Of RTreeEventArgs)
) As Boolean
Parameters
- sphere
- Type: Rhino.GeometrySphere
bounds used for searching. - callback
- Type: SystemEventHandlerRTreeEventArgs
An event handler to be raised when items are found.
Return Value
Type:
Boolean
true if entire tree was searched. It is possible no results were found.
See Also