CogLineMaxResult NormalAngle Property Cognex VisionPro 9.23
Gets the direction of the line segment along the normal direction.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 91.0.0.0
Syntax

public double NormalAngle { get; }

Property Value

Type: Double
The angle in radians.
Remarks

The normal is defined as TangentAngle plus PI / 2.
See Also