CogBeadInspectTrainResultGraphicConstants EnumerationCognex VisionPro 9.10
Constants used to specify the desired train result graphics

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 79.0.0.0
Syntax

[FlagsAttribute]
public enum CogBeadInspectTrainResultGraphicConstants
Members

  Member nameValueDescription
None0 Do not draw any train result graphics.
TipText1 Add tip text for the train result graphics.
CaliperCenter2 Draw a crosshair graphic at the center of each trained caliper.
CaliperRectangle4 Draw an affine rectangle outline of each trained caliper.
ColorCaliperGraphics8 Draw the caliper rectangles (if selected) and the caliper centers (if selected) in colors that reflect whether the calipers are masked, and/or have fill edges. Masked calipers are orange, un-masked calipers with fill edges are yellow.
Mask16 Draw an orange circle around the center of any caliper that is masked.
LeftFillEdge32 Draw a yellow line segment in any caliper where you have enabled a left fill edge. The line will be placed to the left of the caliper center (as you travel in the direction of the trained path).
RightFillEdge64 Draw a yellow line segment in any caliper where you have enabled a right fill edge. The line will be placed to the right of the caliper center (as you travel in the direction of the trained path).
All-1 Draw all result graphics.
See Also