Constants used to specify the desired train result graphics
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 80.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not draw any train result graphics. | |
| TipText | 1 | Add tip text for the train result graphics. | |
| CaliperCenter | 2 | Draw a crosshair graphic at the center of each trained caliper. | |
| CaliperRectangle | 4 | Draw an affine rectangle outline of each trained caliper. | |
| ColorCaliperGraphics | 8 | 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. | |
| Mask | 16 | Draw an orange circle around the center of any caliper that is masked. | |
| LeftFillEdge | 32 | 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). | |
| RightFillEdge | 64 | 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