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