Cog3DVisionDataStitchLastRunRecordDiagConstants 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 Cog3DVisionDataStitchLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any of the diagnostic data in the LastRunRecord.
InputRangeImages1 Create a subrecord for each of the input range images. Images are by reference.
InputGreyImages2 Create a subrecord for each of the input grey images. Images are by reference.
DestinationRectangle4 Draw the (non-interactive) destination rectangle on any 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 Cog3DVisionDataStitchTool generates when you call CreateLastRunRecord .
See Also