Gets/sets the expected radius of the cylinder to find.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 79.0.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 cylinder to find.
| Exception | Condition |
|---|
| ArgumentException |
If value is less than 0.
|
If FitMode is
Cog3DCylinderFitterUsing2DPointsFitModeConstants.eLeastSquaresUseSpecifiedRadiusAndHeight,
then Execute() will use this specified radius. If FitMode is
Cog3DCylinderFitterUsing2DPointsFitModeConstants.eLeastSquaresComputeRadiusAndHeight,
then Execute() will ignore this specified radius.