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.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 65.1.0.0
Syntax
Return Value
Type: CogCircularArcThe 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