Enumeration of the diagnostic data that can be provided
in the tool's LasRunRecord.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 91.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the diagnostic data in the LastRunRecord. | |
| InputRangeImages | 1 | Create a subrecord for each of the input range images. Images are by reference. | |
| InputGreyImages | 2 | Create a subrecord for each of the input grey images. Images are by reference. | |
| DestinationRectangle | 4 | Draw the (non-interactive) destination rectangle on any displayed input range image. | |
| All | -1 | Include all of the diagnostic data in the LastRunRecord. |
Remarks
See Also