M_Rhino_Geometry_RTree_Insert_1 - mcneel/rhinocommon-api-docs GitHub Wiki

RTree.Insert Method (BoundingBox, IntPtr)

Inserts an element into the tree.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Insert(
	BoundingBox box,
	IntPtr elementId
)

VB

Public Function Insert ( 
	box As BoundingBox,
	elementId As IntPtr
) As Boolean

Parameters

 

box
Type: Rhino.Geometry.BoundingBox
A bounding box.
elementId
Type: System.IntPtr
A pointer.

Return Value

Type: Boolean
true if element was successfully inserted.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

RTree Class
Insert Overload
Rhino.Geometry Namespace

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