Click or drag to resize

RTreeCreatePointCloudTree Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static RTree CreatePointCloudTree(
	PointCloud cloud
)

Parameters

cloud
Type: Rhino.GeometryPointCloud
A point cloud.

Return Value

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