Cog3DGraphicDisplayStateConstants EnumerationCognex VisionPro
This enum defines the available display states for 3D graphics. The graphic's display state defines the way of rendering of a 3D graphics.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 65.1.0.0
Syntax

public enum Cog3DGraphicDisplayStateConstants
Members

  Member nameValueDescription
DisplayDefault0The graphic will follow the rendering mode of the display. Available for ICogVisionDataGraphic only
Surface1The graphic's surface will always be rendered
SurfaceWithWireFrame2The graphic's surface and wireframe will always be rendered
WireFrame3The graphic's wireframe will always be rendered
Vertices4The graphic's vertices will always be rendered
See Also