The CogFindCircleResult type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CaliperResults | Returns the complete set of caliper results for this data point. | |
| DistanceToCircle | Returns the minimum distance from the data point of this result to the best fit Circle that was found. This measurement is available regardless of whether or not the data was used for the fit. | |
| Found | Indicates whether the caliper found an appropriate edge point or not. | |
| ID | A unique ID used to identify this CogFindCircleResult. This ID also corresponds to the index of this result in the CogFindCircleResults collection to which this result belongs. | |
| Used | If true then this data point was used to perform the shape fitting. | |
| X | The X component of the edge point found by the caliper. | |
| Y | The Y component of the edge point found by the caliper. |
See Also