ICog3DDisplayV2Impl MethodsCognex VisionPro 9.8

The ICog3DDisplayV2Impl type exposes the following members.

Methods

  NameDescription
Public methodAddGeometryGraphic
Adds a Cog3DGeometryGraphicBase to the display
Public methodAddVisionDataGraphic
Adds a Cog3DVisionDataGraphicBase to the display
Public methodClear
Clears the content of the screen
Public methodCreateGeometryGraphicsGroup
Creates a group for ICog3DShapeGraphic with the given name
Public methodCreateVisionDataGraphicsGroup
Creates a group for ICog3DVisionDataGraphic with the given name
Public methodDebugDump
Saves the content of the screen to the disk for debug purposes.
Public methodDisableDrawing
Disables refreshing the screen
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEnableDrawing
Enables refreshing the screen
Public methodFitView
Zooms in/out to fit all the drawn objects into the view Does not change the camera's orientation.
Public methodRemoveGraphic
Removes the Cog3DGraphicBase object from the display
Public methodResetView
Resets the view to the default initial camera position and view direction. Looking at the scene from the top along the Z axis in a way to fit the whole scene
Public methodSaveAsImage
Renders the contents of the display to a PNG with the given resolution.
Public methodSetBackgroundColor
Sets the background color of the display
Public methodSetView
Change the camera's position and look direction in the 3-D space.
Public methodUpdate
Updates the screen. Forces redraw.
Public methodUpdateGeometryGraphic
Updates the Cog3DGeometryGraphicBase object on the display
Public methodUpdateVisionDataGraphic
Updates the Cog3DVisionDataGraphicBase object on the display
Top
See Also