Cog3DRangeImageCrossSectionExtractCircleFit Circle Property Cognex VisionPro
Gets the circle extracted by the execute method. Always check the status of the operator to be either Passed or FailedTolerance before calling the getter.

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

public CogCircle Circle { get; }

Property Value

Type: CogCircle
Remarks

The circle is in the ProfileSelectedSpaceName. Return null is the circle was not computed.
See Also