Click or drag to resize
TemporaryGraphicCollectionDrawPart Method (Matrix4, Part, Double)
Adds an existing part with an added transparency.

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 DrawPart(
	Matrix4 origin,
	Part part,
	double opacity
)

Parameters

origin
Type: ABB.Robotics.MathMatrix4
The position and orientation of the part.
part
Type: ABB.Robotics.RobotStudio.StationsPart
The part to add.
opacity
Type: SystemDouble
Relative opacity, where 0 is completely transparent and 1 is the original material.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also