CogFitCircle RadiusConstraint Property Cognex VisionPro 9.8
The value that the radius of the circle will be constrained to if radius is constrained.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax

public double RadiusConstraint { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogFitCircle Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is less than or equal to 0.

Remarks

If RadiusConstraintEnabled is true, then the radius of the circle being fit will be constrained to the value of this property. The radius is expressed in the selected space supplied to the Execute(String) command.

See Also