Cog3DRangeImageCrossSectionAngleLineLine Angle Property Cognex VisionPro 9.7
Gets the angle computed by the execute method. Always check the status of the operator to be either Passed or FailedTolerance before calling the getter.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.0.0.0
Syntax

public double Angle { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentException If the angle was not computed.
Remarks

The angle is measured from LineSegment1 to LineSegment2. If SupplementaryAngle is true, the angle is measured from -LineSegment2 to LineSegment1. The measured angle is in the profile selected space name and it is reported in radians.
See Also