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.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 79.0.0.0
public double Angle { get; }public double Angle { get; }Public ReadOnly Property Angle As Double
Get
Public ReadOnly Property Angle As Double
Get
public:
property double Angle {
double get ();
}public:
property double Angle {
double get ();
}Property Value
Type:
Double| Exception | Condition |
|---|
| ArgumentException |
If the angle was not computed.
|
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.