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

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

[FlagsAttribute]
public enum CogFindCircleLastRunRecordConstants
Members

  Member nameValueDescription
None0
BestFitCircle1Include the best fit Circle in the LastRunRecord.
BestFitCircularArc2Include the best fit CircularArc in the LastRunRecord.
ResultsUsedPoints16Include a point marker for each point used in the fitting of the shape in the LastRunRecord.
ResultsIgnoredPoints32Include a point marker for each point ignored in the fitting of the shape in the LastRunRecord.
ResultsCaliperEdges64Include the caliper edge of each result in the LastRunRecord.
ResultsCaliperRegions128Include the caliper region of each result in the LastRunRecord.
ProjectionGraph256Generate records containing the projection graph of each caliper.
FilteredProjectionGraph512Generate records containing the filtered projection graph of each caliper.
FoundEdges1024Generate a record containing the found edges in the caliper region data record.
All-1
Remarks

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

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

See Also