Click or drag to resize

DisplayPipelineDrawPointCloud Method (PointCloud, Single, Color)

Draws a point cloud.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void DrawPointCloud(
	PointCloud cloud,
	float size,
	Color color
)

Parameters

cloud
Type: Rhino.GeometryPointCloud
Point cloud to draw.
size
Type: SystemSingle
Size of points.
color
Type: System.DrawingColor
Color of points in the cloud, if the cloud has a color array this setting is ignored.
See Also