CogSearchMaxRunParams ZoneSkew Property Cognex VisionPro
Gets or sets the runtime zone configuration for the skew degree of freedom. Units are in Radians.

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

public CogSearchMaxZoneAngle ZoneSkew { get; set; }

Property Value

Type: CogSearchMaxZoneAngle
The zone configuration for the skew degree of freedom. The default value is a nominal of 0 with and an Overlap of pi/6.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfZoneSkew
Exceptions

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

An CogSearchMaxZoneAngle object describing the skew degree of freedom.

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