RTree.CreateFromPointArray Method

RTreeCreateFromPointArray Method

Constructs a new tree with an element for each pointcloud point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static RTree CreateFromPointArray(
	IEnumerable<Point3d> points
)
Public Shared Function CreateFromPointArray ( 
	points As IEnumerable(Of Point3d)
) As RTree

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
Points.

Return Value

Type: RTree
A new tree, or null on error.
Version Information

Rhino for Windows

Supported in: 6.14
See Also