CogPMAlignZoneScale PropertiesCognex VisionPro 9.5

The CogPMAlignZoneScale type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
Public propertyConfiguration
Configuration of this DOF zone which specifies whether PMAlign will use either the low & high limits for the expected range of values or just the nominal value.
Public propertyHasChanged
If true, the serializable state of this object has changed since the last time it was serialized.
Public propertyHigh
High limit for DOF zone. Only used if Configuration is cogPMAlignZoneLowHigh. In this case, PMAlign will use the low & high limits for the expected range of values. Low must be <= to high. Setting high < low will also set high to the new value.
Public propertyLow
Low limit for DOF zone. Only used if Configuration is cogPMAlignZoneLowHigh. In this case, PMAlign will use the low & high limits for the expected range of values. Low must be <= to high. Setting low > high will also set high to the new value.
Public propertyNominal
The nominal value is only used if Configuration is cogPMAlignZoneNominal. In this case PMAlign only finds pattern instances that are close to the Nominal value specified and the results will always be reported at exactly the found value.
Public propertyOverlap
Result candidates overlap for a scale DOF if the scale ratio (larger scale/smaller scale) <= Overlap. PMAlign discards the weaker pattern instance when two pattern instances overlap for all degrees of freedom (DOF) as well as area.
Top
See Also