Cog3DPatMaxLastRunRecordDiagConstants EnumerationCognex VisionPro 9.22
Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.

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

[FlagsAttribute]
public enum Cog3DPatMaxLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any diagnostic data in the LastRunRecord.
InputVisionDataByReference1 Include a reference to the 3D input data in the LastRunRecord. This data is the 3D vision data searched during the last call to Run . It's typically represented by a CogImage16Rangeor by a Cog3DPointCloudMesh.
InputVisionDataDeepCopy2 Include a deep copy of the 3D input data in the LastRunRecord.
All-1 Include all of the diagnostic data in the LastRunRecord.
See Also