CogCenterPointsToLines SearchAngleMin Property Cognex VisionPro
The lower 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: 65.1.0.0
Syntax

public double SearchAngleMin { 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 greater than SearchAngleMax will cause SearchAngleMax to be set to the new SearchAngleMin value.
See Also