The value that the radius of the circle will be constrained to if radius is constrained.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax
Property Value
Type: DoubleEvents
| Event Type | Reason |
|---|---|
| CogFitCircle Changed | Fires when the value of this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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