Click or drag to resize

RTreeEventArgsSearchSphere Property

Sphere bounds used during a search. You can modify the sphere in a search callback to help reduce the bounds to search.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Sphere SearchSphere { get; set; }

Property Value

Type: Sphere
See Also