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.VisionPro3DAssembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| DisplayDefault | 0 | The graphic will follow the rendering mode of the display. Available for ICogVisionDataGraphic only | |
| Surface | 1 | The graphic's surface will always be rendered | |
| SurfaceWithWireFrame | 2 | The graphic's surface and wireframe will always be rendered | |
| WireFrame | 3 | The graphic's wireframe will always be rendered | |
| Vertices | 4 | The graphic's vertices will always be rendered |
See Also