Cog3DCylinderFitterUsing2DPoints Radius Property Cognex VisionPro 9.22
Gets/sets the expected radius of the cylinder to find.

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

public virtual double Radius { get; set; }

Property Value

Type: Double
The expected radius of the cylinder to find.
Exceptions

ExceptionCondition
ArgumentException If value is less than 0.
Remarks

If FitMode is Cog3DCylinderFitterUsing2DPointsFitModeConstants.eLeastSquaresUseSpecifiedRadiusAndHeight, then Execute() will use this specified radius. If FitMode is Cog3DCylinderFitterUsing2DPointsFitModeConstants.eLeastSquaresComputeRadiusAndHeight, then Execute() will ignore this specified radius.
See Also