M_Rhino_Geometry_RTree_CreatePointCloudTree - mcneel/rhinocommon-api-docs GitHub Wiki

RTree.CreatePointCloudTree Method

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

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

Syntax

C#

public static RTree CreatePointCloudTree(
	PointCloud cloud
)

VB

Public Shared Function CreatePointCloudTree ( 
	cloud As PointCloud
) As RTree

Parameters

 

cloud
Type: Rhino.Geometry.PointCloud
A pointcloud.

Return Value

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

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

RTree Class
Rhino.Geometry Namespace

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