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

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

[FlagsAttribute]
public enum Cog3DPatMaxCurrentRecordConstants
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 vision data to be searched. It's typically represented by a CogImage16Range or by a Cog3DPointCloudMesh.
TrainVisionData2 Include the 3D training data in the CurrentRecord. This data is the full 3D vision data from which a pattern is trained. It's typically represented by a CogImage16Range or by a Cog3DPointCloudMesh.
All-1 Include all possible records in the CurrentRecord.
See Also