Description:
Draws a point cloud.
Syntax:
Parameters:
- cloud
- Type: PointCloud
- Point cloud to draw.
- size
- Type: System.Int32
- Size of points.
- color
- Type: System.Drawing.Color
- Color of points in the cloud, if the cloud has a color array this setting is ignored.
Returns:
Type: Void
Available since:
5.0
Description:
Draws a point cloud.
Syntax:
Parameters:
- cloud
- Type: PointCloud
- Point cloud to draw, if the cloud has a color array, it will be used, otherwise the points will be black.
- size
- Type: System.Int32
- Size of points.
Returns:
Type: Void
Available since:
5.0
Description:
Draws a point cloud.
Syntax:
Parameters:
- cloud
- Type: PointCloud
- Point cloud to draw.
- size
- Type: System.Single
- Size of points.
- color
- Type: System.Drawing.Color
- Color of points in the cloud, if the cloud has a color array this setting is ignored.
Returns:
Type: Void
Available since:
6.0
Description:
Draws a point cloud.
Syntax:
Parameters:
- cloud
- Type: PointCloud
- Point cloud to draw, if the cloud has a color array, it will be used, otherwise the points will be black.
- size
- Type: System.Single
- Size of points.
Returns:
Type: Void
Available since:
6.0