Click or drag to resize
TemporaryGraphicCollectionDrawPointCloud Method (Matrix4, Vector3, Color, Double)
Creates a point cloud.

Namespace:  ABB.Robotics.RobotStudio.Stations.Forms
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public TemporaryGraphic DrawPointCloud(
	Matrix4 origin,
	Vector3[] points,
	Color color,
	double pointSize
)

Parameters

origin
Type: ABB.Robotics.MathMatrix4
The position and orientation of the point cloud.
points
Type: ABB.Robotics.MathVector3
The position of the points (relative to origin).
color
Type: System.DrawingColor
Color of the points.
pointSize
Type: SystemDouble
Point size (in pixels).

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also