Click or drag to resize
TemporaryGraphicCollectionDrawSphere Method
Creates a sphere.

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 DrawSphere(
	Vector3 center,
	double radius,
	Color color
)

Parameters

center
Type: ABB.Robotics.MathVector3
The position of the sphere.
radius
Type: SystemDouble
The radius of the sphere.
color
Type: System.DrawingColor
The color of the sphere.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also