ICog3DDisplayV2 PropertiesCognex VisionPro

The ICog3DDisplayV2 type exposes the following members.

Properties

  NameDescription
Public propertyAutoResolution
Gets or sets whether the display should automatically figure out the subsampling rate for the Cog3DVisionDataGraphic objects
Public propertyBackColor
The background color of the display
Public propertyCameraPosition
Returns the camera's position in the world space
Public propertyCameraTarget
Returns the camera's target position (look at) in the world space
Public propertyCameraUpDirection
Returns the camera's up direction in the world space
Public propertyDisplayMode
Gets or sets the current rendering mode of the display NOTE: Setting the mode to DisplayModes.Vertices may lead to runtime error on Intel HD3000 with the latest Intel grpahics driver (VC5 hardware)
Public propertyDisplaySpaceName3D
Gets or sets the name of the coordinate space that needs to be used forrendering RangeImage, PointCloud and any other 3D graphics that is being added to the display NOTE: this is the name of the common shared physical space
Public propertyEnableDrawing
Gets or sets whether dragging the content of the display is enabled or not. When not enabled, no actual refresh of the display will happen inserting/updating/removing items. If adding/updating/removing multiple items it is advised to disable drawing so no redraw will happen after each individual operation.
Public propertyGeometryGraphicsCount
Return the number of Cog3DGeometryGraphicBase items in the display
Public propertyMouseCoordinates
Returns the 3D coordinates of the mouse pointer. If there is no valid 3D coordinates of the mouse it returns null. The MouseCoordinatesTracked property has to be set to true otherwise mouse coordinates are not tracked at all and will always return null.
Public propertyMouseCoordinatesTracked
Gets or sets whether the mouse’s coordinates are tracked in the display. It has to be set to true to figure out the 3D coordinates under the mouse's position. If set to false, mouse coordinates are not tracked and always reported as null.
Public propertyResolution
Gets or sets the subsampling rate in DisplaySpaceName3D units. To make the display use this given value set AutoResolution to false
Public propertyVisionDataGraphicsCount
Return the number of Cog3DVisionDataGraphicBase items in the display
Top
See Also