Click or drag to resize
TemporaryGraphicCollectionDrawPyramid Method
Creates a pyramid.

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 DrawPyramid(
	Matrix4 center,
	double radius,
	double height,
	int numSides,
	Color color
)

Parameters

center
Type: ABB.Robotics.MathMatrix4
The position and orientation of the pyramid. The base of the pyramid will be in the z=0 plane.
radius
Type: SystemDouble
The radius of the pyramid.
height
Type: SystemDouble
The height of the pyramid.
numSides
Type: SystemInt32
The number of sides in the pyramid.
color
Type: System.DrawingColor
The color of the pyramid.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also