RhinoCommon API
DisplayPipelineDrawPointCloud Method (PointCloud, Int32) |
Draws a point cloud.
Namespace: Rhino.Display
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

public void DrawPointCloud( PointCloud cloud, int size )
Public Sub DrawPointCloud ( cloud As PointCloud, size As Integer )
Parameters
- cloud
- Type: Rhino.GeometryPointCloud
Point cloud to draw, if the cloud has a color array, it will be used, otherwise the points will be black. - size
- Type: SystemInt32
Size of points.
