Enumeration of the data that can be provided in the tool's CurrentRecord.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any records in the CurrentRecord. | |
| 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. | |
| 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