P_Rhino_Geometry_RTreeEventArgs_SearchBoundingBox - mcneel/rhinocommon-api-docs GitHub Wiki

RTreeEventArgs.SearchBoundingBox 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) Version: Rhino 6.0

Syntax

C#

public BoundingBox SearchBoundingBox { get; set; }

VB

Public Property SearchBoundingBox As BoundingBox
	Get
	Set

Property Value

Type: BoundingBox

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

RTreeEventArgs Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️