Enumeration of diagnostic data that can be provided in the Tool's
LastRunRecord.
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 non-diagnostic data in the LastRunRecord. | |
| InputImageByReference | 1 | Include a reference to the input image in the LastRunRecord. | |
| InputImageDeepCopy | 2 | Include a deep copy of the input image in the LastRunRecord. | |
| Region | 4 | Include a copy of the region in the LastRunRecord. | |
| InputImageMask | 8 | Include a graphic representing the input image mask in the LastRunRecord. | |
| UsedPixels | 16 | Include a mask graphic representing which range image pixels were used in the volume calculation | |
| All | -1 | Include all possible records. |
See Also