RTreeEventArgsSearchBoundingBox Property |
Bounding box bounds used during a search. You may modify the box in a search callback
to help reduce the bounds to search.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic BoundingBox SearchBoundingBox { get; set; }Public Property SearchBoundingBox As BoundingBox
Get
Set
Property Value
Type:
BoundingBox
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also