Enumeration of the data that can be provided in the tool's CurrentRecord.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any records in the CurrentRecord. | |
| 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. | |
| SetupImage | 4 | Create a subrecord for the cached, maximally sized setup image. | |
| DestinationRectangle | 8 | Add an interactive CogRectangle as a subrecord of the SetupImage subrecord. This rectangle is coupled to the RunParam's OutputImageXMin, OutputImageXMax, OutputImageYMin, and OutputImageYMax parameters. | |
| All | -1 | Include all possible records in the CurrentRecord. |
Remarks
See Also