CogFindCircleResults GetCircularArc Method Cognex VisionPro
Returns a CircularArc that was interpolated from a combination of the found Circle and the expected CircularArc provided in the run parameters.

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

public CogCircularArc GetCircularArc()

Return Value

Type: CogCircularArc

The returned CogCircularArc.

Remarks

Returns a CogCircularArc based on the expected circular arc that you specified.

The returned CogCircularArc is computed by applying the AngleStart and AngleSpan properties of the expected circular arc to the fitted circle.

See Also