Click or drag to resize
TemporaryGraphicCollectionDrawSurfaceRectangle Method (Vector3, Vector3, Vector3, Color)
Creates a surface rectangle

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 DrawSurfaceRectangle(
	Vector3 origin,
	Vector3 side1,
	Vector3 side2,
	Color color
)

Parameters

origin
Type: ABB.Robotics.MathVector3
One corner of the rectangle.
side1
Type: ABB.Robotics.MathVector3
The first side of the rectangle.
side2
Type: ABB.Robotics.MathVector3
The second side of the rectangle.
color
Type: System.DrawingColor
The color of the rectangle.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also