Gets/sets the expected radius of the circle to find.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 93.1.0.0
public virtual double Radius { get; set; }public virtual double Radius { get; set; }Public Overridable Property Radius As Double
Get
Set
Public Overridable Property Radius As Double
Get
Set
public:
virtual property double Radius {
double get ();
void set (double value);
}public:
virtual property double Radius {
double get ();
void set (double value);
}Property Value
Type:
Double
The expected radius of the circle to find.
| Exception | Condition |
|---|
| ArgumentException |
If newRadius is less than 0.
|
If FitMode is
Cog3DCircleFitterUsing2DPointsFitModeConstants.eLeastSquaresUseSpecifiedRadius, then Execute
will use this specified radius. If FitMode is
Cog3DCircleFitterUsing2DPointsFitModeConstants.eLeastSquaresComputeRadius, then
Execute will ignore this specified radius.