CogPMAlignRunParams ZoneScale Property Cognex VisionPro 9.5
Zone configuration for the uniform scale degree of freedom.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 69.0.0.0
Syntax

public CogPMAlignZoneScale ZoneScale { get; set; }

Property Value

Type: CogPMAlignZoneScale
Events

Event TypeReason
CogPMAlignRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

A NULL value was supplied when trying to set the value.

Remarks

An CogPMAlignZoneScale object describing the unified scale degree of freedom. Unified scale is a scale change where the x-scale equals the y-scale.

Any value you specify for the unified 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).

See Also