Cog3DVisionDataRerenderLastRunRecordDiagConstants EnumerationCognex VisionPro
Enumeration of the diagnostic data that can be provided in the tool's LasRunRecord.

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

[FlagsAttribute]
public enum Cog3DVisionDataRerenderLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any of the diagnostic data in the LastRunRecord.
InputRangeImage1 Create a subrecord for the input range image. This image is by reference.
InputGreyImage2 Create a subrecord for the input grey image. This image is by reference.
DestinationRectangle4 Draw the (non-interactive) destination rectangle on the displayed input range image.
All-1 Include all of the diagnostic data in the LastRunRecord.
Remarks

Use these constants with LastRunRecordDiagEnable to specify the diagnostic tool records that the Cog3DVisionDataRerenderTool generates when you call CreateLastRunRecord .
See Also