CogPMRedLineRunParams ZoneAngle Property Cognex VisionPro 9.5
Gets the zone configuration for the angle degree of freedom.

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

public CogPMRedLineZoneAngle ZoneAngle { get; }

Property Value

Type: CogPMRedLineZoneAngle
The zone configuration for the angle DOF. Default value is a default constructed CogPMRedLineZoneAngle object.
Remarks

PMRedLine can locate patterns that have changed in angle from the trained pattern. You can modify the values in the returned object to control the range of angles at which patterns may be found.

The zone angle class is always an integral part of the CogPMRedLineRunParams class. When a RunParams instance is constructed it automatically creates an instance of the zone angle class and holds it for the entire lifetime of the RunParams object. You can modify the properties of the zone angle class, but can never create, destroy, serialize, or replace it.

See Also