CogCenterPointsToLines SearchAngleMax Property Cognex VisionPro 9.8
The upper bound of the search angle range, in radians. This parameter limits the rotation angle of the result transform.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 75.1.0.0
Syntax

public double SearchAngleMax { get; set; }

Property Value

Type: Double
The default value is equal to 5 degrees.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Remarks

Note that setting this property to a value less than SearchAngleMin will cause SearchAngleMin to be set to the new SearchAngleMax value.
See Also