Click or drag to resize

RTreeCreateFromPointArray Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static RTree CreateFromPointArray(
	IEnumerable<Point3d> points
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
Points.

Return Value

Type: RTree
A new tree, or null on error.
See Also