DisplayPipelineDrawPointCloud Method (PointCloud, Int32) |
Draws a point cloud.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also