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

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

[FlagsAttribute]
public enum CogFindCircleCurrentRecordConstants
Members

  Member nameValueDescription
None0
InputImage1Include the input image in the CurrentRecord.
ExpectedCircularArc2Include the ExpectedCircularArc in the CurrentRecord.
CaliperRegions4Include all of caliper regions, non-interactive, in the CurrentRecord.
InteractiveCaliperSize8Include a point marker that can be used to adjust the size of the caliper regions in the Current Record.
All-1
Remarks

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

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

See Also