CogFitCircle RadiusConstraintEnabled Property Cognex VisionPro 9.7
Whether radius will be constrained for the fit.

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

public bool RadiusConstraintEnabled { get; set; }

Property Value

Type: Boolean
Events

Event TypeReason
CogFitCircle Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

If this property is true, the radius of the circle being fit will have its radius constrained to RadiusConstraint.

See Also