CogSearchMaxRunParams ZoneScale Property Cognex VisionPro 9.8
Gets or sets the runtime zone configuration for the uniform scale degree of freedom.

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

public CogSearchMaxZoneScale ZoneScale { get; set; }

Property Value

Type: CogSearchMaxZoneScale
The zone configuration for the uniform scale degree of freedom. Default value is a default constructed CogSearchMaxZoneScale.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfZoneScale
Exceptions

ExceptionCondition
ArgumentNullException Thrown when you attempt to set this to NULL.
Remarks

An CogSearchMaxZoneScale object describing the uniform scale degree of freedom. Uniform scale is a scale change where the x-scale equals the y-scale.

Any value you specify for the uniform scale degree of freedom is multiplied by the values specified for ZoneScaleX and ZoneScaleY to produce the overall search space (if you specify a zone) or nominal value (if you specify a nominal value).

Note The searched DOFs are relative to the StartPose if one exists.

Note This value is replaced by the pattern's zone DOFs if ZoneUsePattern is true.

See Also