Click or drag to resize
GraphicRepresentation Enumeration
Specifies values to indicate how solid objects will be rendered.

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 enum GraphicRepresentation
Members
  Member nameValueDescription
Surface0 Surface rendering. This is the default.
Wire1 Render the outlines of surfaces.
SurfaceAndWire3 Render both surfaces and outlines.
HiddenLineRemoval4 Render outlines except where they are behind surfaces.
ABBVisualIdentity5 Obsolete.
TriangleWireframe6 Render triangles as lines.
Version Information

Supported in: 1.0.0.0
See Also