Enumeration of data that can be returned by the Tool's CreateCurrentRecord function.
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.21.0.0
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any records in the CurrentRecord. | |
| InputImage | 1 | Include the input image in the CurrentRecord. | |
| Region | 2 | Include the interactive region in the CurrentRecord. | |
| InputImageMask | 4 | Include the input image mask in the CurrentRecord. | |
| ExpectedLineNormal | 8 | Include the expected line normal in the CurrentRecord. This interactive graphic is used to configure the ExpectedLineNormal property. In addition to rotating, this graphic is scalable and translatable to enable precise alignment of the normal angle relative to an edge in the input image. | |
| TrainingDataImage | 16 | Include the selected SmartLineTrainData's image in the CurrentRecord. | |
| TrainingDataRegion | 32 | Include the selected SmartLineTrainData's region in the CurrentRecord. | |
| TrainingDataRegionMode | 64 | Include the selected SmartLineTrainData's region mode graphic label in the CurrentRecord. | |
| TrainingDataAssignments | 128 | Include the selected SmartLineTrainData's assignments in the CurrentRecord. | |
| TrainingDataVerificationResult | 256 | Include the selected SmartLineTrainData's verification result in the CurrentRecord. | |
| ProcessedTrainingDataImage | 512 | Include the selected SmartLineTrainData's processed image in the CurrentRecord. | |
| All | 4294967295 | Include all possible records in the CurrentRecord. |