CogFindEllipseResultGraphicConstants EnumerationCognex VisionPro
Constants used to specify desired result graphics.

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

[FlagsAttribute]
public enum CogFindEllipseResultGraphicConstants
Members

  Member nameValueDescription
None0Draw no result graphics.
TipText1Turn on tip text for result graphics.
DataPoint2Draw a cross at the data point found by the caliper. This will be the center point of the edge pair when the caliper is configured for edge pair mode.
CaliperEdge4Draw a line segment at the edge found by the caliper. The length of the edge is determined by the caliper projection width. Two edges are drawn when in edge pair mode.
CaliperRegion8Draw the caliper region.
All-1Draw all result graphics.
See Also