CogFitCircleResultGraphicConstants EnumerationCognex VisionPro
Constants used to specify desired result graphics for CreateResultGraphics().

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

[FlagsAttribute]
public enum CogFitCircleResultGraphicConstants
Members

  Member nameValueDescription
TipText1Add tooltip text to each graphic drawn.
UsedPoints2Draw the points used in the fitting operation as green point markers.
IgnoredPoints4Draw the points ignored in the fitting operation as red point markers.
Circle8Draw the shape that was fit through the supplied points.
CircleCenter16Draw the center of the circle that was fit through the supplied points as a point marker.
All-1Draw all the result graphics.
Remarks

Constants used to specify desired result graphics for CreateResultGraphics().

See Also