Enumeration of data that can be provided in the Tool's CurrentRecord.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| InputImage | 1 | Include the input image in the CurrentRecord. | |
| ExpectedLineSegments | 2 | Include the expected line segments in the CurrentRecord. | |
| CaliperRegions | 4 | Include all of caliper regions, non-interactive, in the CurrentRecord. | |
| InteractiveCaliperSize | 8 | Include a point marker that can be used to adjust the size of the caliper regions in the Current Record. | |
| InteractiveCaliperSearchDirection | 16 | Include a line segment that can be used to adjust the search direction of the caliper regions in the CurrentRecord. | |
| All | -1 |
See Also