CogFindLine CaliperSearchDirection Property Cognex VisionPro 9.8 SR1
Specifies the search direction of the caliper with respect to the tangent of the shape at the center of each caliper region. The default is PI/2 which indicates a search direction that is perpendicular to the tangent.

Namespace: Cognex.VisionPro.Caliper
Assembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 75.0.0.0
Syntax

public double CaliperSearchDirection { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogFindLine Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The supplied value is between -0.001 and 0.001 radians or between π - 0.001 and π + 0.001 radians.

Remarks

Specifies the search direction of the caliper with respect to the expected line. The default is PI/2 which indicates a search direction that is perpendicular to the expected line.

See Also