CogFixtureCurrentRecordConstants EnumerationCognex VisionPro 9.5
Enumeration of data that can be provided in the Tool's CurrentRecord.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFix (in Cognex.VisionPro.CalibFix.dll) Version: 69.0.0.0
Syntax

[FlagsAttribute]
public enum CogFixtureCurrentRecordConstants
Members

  Member nameValueDescription
None0Do not include any data in the CurrentRecord.
InputImage1Include the input image in the CurrentRecord.
UnfixturedAxes2Include the (non-interactive) coordinate axes that represent unfixtured space in the CurrentRecord.
FixturedAxes4Include the (interactive) coordinate axes that represent fixtured space in the CurrentRecord.
All-1Include all data in the CurrentRecord.
Remarks

Use these constants with CurrentRecordEnable to specify the tool records that the CogFixture Tool generates when you call CreateCurrentRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also