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

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

[FlagsAttribute]
public enum Cog3DAlignCurrentRecordConstants
Members

  Member nameValueDescription
None0 Do not include any records in the CurrentRecord.
InputVisionData1 Include the 3D input data in the CurrentRecord. This data is the 3D image to be searched. It's typically represented by a CogImage16Range.
TrainVisionData2 Include the 3D training data in the CurrentRecord. This data is the full 3D image from which a pattern is trained. It's typically represented by a CogImage16Range.
All-1 Include all possible records in the CurrentRecord.
See Also