Click or drag to resize

PointCloudGetRandomSubsample Method (UInt32)

Returns a random subsample of a point cloud.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.5
Syntax
public PointCloud GetRandomSubsample(
	uint numberOfPoints
)

Parameters

numberOfPoints
Type: SystemUInt32
The number of points the new point cloud should contain.

Return Value

Type: PointCloud
A subsample of this point cloud if success, null otherwise.
See Also