CogFindCorner CaliperSearchDirection Property Cognex VisionPro
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: 65.1.0.0
Syntax

public double CaliperSearchDirection { get; set; }

Property Value

Type: Double
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf NewVal is within 0.001 of either zero or +/- PI.
See Also