RTreeCreateFromPointArray Method |
Constructs a new tree with an element for each pointcloud point.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Windows
Supported in: 6.8
See Also