Click or drag to resize
TemporaryGraphicCollectionDrawMesh Method (Matrix4, Mesh, Boolean)
Draws a Mesh.

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 DrawMesh(
	Matrix4 origin,
	Mesh mesh,
	bool cloneMesh = false
)

Parameters

origin
Type: ABB.Robotics.MathMatrix4
The position and orientation of the mesh.
mesh
Type: ABB.Robotics.RobotStudio.StationsMesh
The mesh to draw.
cloneMesh (Optional)
Type: SystemBoolean
Create a clone of the mesh. If true the object can be modified by e.g. Color, otherwise not.

Return Value

Type: TemporaryGraphic
Version Information

Supported in: 1.0.0.0
See Also