Enumeration of data that can be provided in the Tool's
CurrentRecord.
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 records in the CurrentRecord. | |
| InputVisionData | 1 | Include the 3D input data in the CurrentRecord. This data is the 3D image to be searched. It's typically represented by a CogImage16Range. | |
| TrainVisionData | 2 | Include the 3D training data in the CurrentRecord. This data is the full 3D image from which a pattern is trained. It's typically represented by a CogImage16Range. | |
| All | -1 | Include all possible records in the CurrentRecord. |
See Also