Gets or sets the configuration of scale degree of freedom zone
which specifies whether SearchMax will use either the low/high limits
for the expected range of values or just the nominal value.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 87.1.0.0
Syntax
Property Value
Type: CogSearchMaxZoneConstantsThe configuration of scale degree of freedom zone. Default value is CogSearchMaxZoneConstants.Nominal.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown when you attempt to set this to a value other than CogSearchMaxZoneConstants.Nominal or CogSearchMaxZoneConstants.LowHigh. |
Remarks
Specify CogSearchMaxZoneConstants.Nominal to specify a nominal value. Specify CogSearchMaxZoneConstants.LowHigh to specify a range of values for the degree of freedom, and Nominal value is ignored.
If you specify a nominal value, the results returned by the tool will have exactly the scale value you specify. If you specify a low and high limit, the results returned by the tool will be within (or slightly outside of) the range of scales that you specify.
See Also