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.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public CogCircle Circle { get; }public CogCircle Circle { get; }Public ReadOnly Property Circle As CogCircle
Get
Public ReadOnly Property Circle As CogCircle
Get
public:
property CogCircle^ Circle {
CogCircle^ get ();
}public:
property CogCircle^ Circle {
CogCircle^ get ();
}Property Value
Type:
CogCircle
The circle is in the ProfileSelectedSpaceName.
Return null is the circle was not computed.