CogFitEllipseResultGraphicConstants 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 CogFitEllipseResultGraphicConstants
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.
Ellipse8Draw the shape that was fit through the supplied points.
EllipseCenter16Draw the center of the ellipse 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