Constants used to specify desired result graphics.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Draw no result graphics. | |
| TipText | 1 | Turn on tip text for result graphics. | |
| DataPoint | 2 | Draw 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. | |
| CaliperEdge | 4 | Draw 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. | |
| CaliperRegion | 8 | Draw the caliper region. | |
| All | -1 | Draw all result graphics. |
See Also