Enumeration of data that can be provided in the Tool's CurrentRecord.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any data in the CurrentRecord. | |
| InputImage | 1 | Include the input image in the CurrentRecord. | |
| UnfixturedAxes | 2 | Include the (non-interactive) coordinate axes that represent unfixtured space in the CurrentRecord. | |
| UnfixturedPoints | 4 | Include the unfixtured points in the CurrentRecord. | |
| RefImage | 16 | Include the reference image in the CurrentRecord. | |
| RawFixturedAxes | 32 | Include the (non-interactive) coordinate axes that represent raw fixtured space in the CurrentRecord. | |
| RawFixturedPoints | 64 | Include the raw fixtured points in the CurrentRecord. | |
| FixturedAxes | 128 | Include the (interactive) coordinate axes that represent, and allow adjustment of, the fixtured space in the CurrentRecord. | |
| All | -1 | Include all data in the CurrentRecord. |
Remarks
Use these constants with CurrentRecordEnable to specify the tool records that the CogFixtureNPointToNPoint Tool generates when you call CreateCurrentRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also