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

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

[FlagsAttribute]
public enum Cog3DRangeImagePlaneEstimatorLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any of the diagnostic data in the LastRunRecord.
InputImageByReference1 Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy2 Include a deep copy of the input image in the LastRunRecord.
Region4 Include a copy of the region in the LastRunRecord.
InputImageMask8 Include a copy of the input image mask in the LastRunRecord.
Points16 Include a copy of the points in the LastRunRecord. When the ZLookupMethod is set to Neighborhood or NeighborhoodMedian then a child rectangle graphic representing the neighbors will be displayed.
All-1 Include all of the diagnostic data in the LastRunRecord.
See Also