Description:

Draws a point cloud.

Syntax:
public Void DrawPointCloud(
PointCloud cloud,
Int32 size,
Color color
)
Parameters:
  • 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:
public Void DrawPointCloud(
PointCloud cloud,
Int32 size
)
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:
public Void DrawPointCloud(
PointCloud cloud,
Single size,
Color color
)
Parameters:
  • 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:
public Void DrawPointCloud(
PointCloud cloud,
Single size
)
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

DrawPointCloud method

Class:  Rhino.Display.DisplayPipeline

Nothing found