RhinoCommon API
RTreeCreateFromPointArray Method |
Constructs a new tree with an element for each pointcloud point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
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: RTreeA new tree, or null on error.