Click or drag to resize
TemporaryGraphicCollectionDrawCylinder Method (Matrix4, Double, Double, Double, Color)
Creates a cylinder with different bottom and top radii, e.g. a truncated cone.

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 DrawCylinder(
	Matrix4 center,
	double bottomRadius,
	double topRadius,
	double height,
	Color color
)

Parameters

center
Type: ABB.Robotics.MathMatrix4
The position and orientation of the cylinder. The base of the cylinder will be in the z=0 plane.
bottomRadius
Type: SystemDouble
The bottom radius of the cylinder.
topRadius
Type: SystemDouble
The top radius of the cylinder.
height
Type: SystemDouble
The height of the cylinder.
color
Type: System.DrawingColor
The color of the cylinder.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also