The CogPMAlignZoneAngle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | 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. | |
| Configuration | 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. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| High | High limit (in radians) for angle DOF zone. Only used if Configuration is cogPMAlignZoneLowHigh. Low must be <= to high. Setting high < low will also set low to the new value. | |
| Low | Low limit (in radians) for angle DOF zone. Only used if Configuration is cogPMAlignZoneLowHigh. Low must be <= to high. Setting low > high will also set high to the new value. | |
| Nominal | The nominal value (in radians) 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. | |
| Overlap | Result candidates overlap for an angle DOF if the abs(Angle #1 - Angle #2) <= Overlap. PMAlign discards the weaker pattern instance when two pattern instances overlap for all degrees of freedom (DOF) as well as area. Overlap units are in radians. |
See Also