Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.
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 | ||
| BestFitLines | 1 | Include the best fit lines in the LastRunRecord. | |
| BestFitLineSegments | 2 | Include the best fit line segments in the LastRunRecord. | |
| ResultsUsedPoints | 16 | Include a point marker for each point used in the fitting of the lines in the LastRunRecord. | |
| ResultsIgnoredPoints | 32 | Include a point marker for each point ignored in the fitting of the lines in the LastRunRecord. | |
| ResultsCaliperEdges | 64 | Include the caliper edge of each result in the LastRunRecord. | |
| ResultsCaliperRegions | 128 | Include the caliper region of each result in the LastRunRecord. | |
| ProjectionGraph | 256 | Generate records containing the projection graph of each caliper. | |
| FilteredProjectionGraph | 512 | Generate records containing the filtered projection graph of each caliper. | |
| FoundEdges | 1024 | Generate a record containing the found edges in the caliper region data record. | |
| FoundCorner | 2048 | Include a point marker for the found corner in the LastRunRecord. | |
| All | -1 |
See Also