DisplayPipelineDrawPointCloud Method (PointCloud, Int32, Color) |
Draws a point cloud.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void DrawPointCloud(
PointCloud cloud,
int size,
Color color
)
Public Sub DrawPointCloud (
cloud As PointCloud,
size As Integer,
color As Color
)
Parameters
- cloud
- Type: Rhino.GeometryPointCloud
Point cloud to draw. - size
- Type: SystemInt32
Size of points. - color
- Type: System.DrawingColor
Color of points in the cloud, if the cloud has a color array this setting is ignored.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also