CogFindCircleResult DistanceToCircle Property Cognex VisionPro
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.

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

public double DistanceToCircle { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
CogFindEdgeNotFoundException

Found is false.

CogFindShapeNotFoundException

The fitting tool did not find a shape.

Remarks

Returns the minimum distance from the data point of this result to the best fit CogCircle that was found. This measurement is available regardless of whether or not this point was used for the fit.

See Also