The enumeration ET_Result contains the possible values that indicate the result of operations executed by the POUs of this library.
Name |
Value |
Description |
---|---|---|
0 |
Success |
|
1 |
All inputs are zero. |
|
2 |
An invalid number of points has been provided. |
|
3 |
Two points have the same coordinates. |
|
7 |
The determinant of the provided matrix is zero. |
|
8 |
The matrix is not symmetric. |
|
10 |
The selected plane value is invalid. |
|
11 |
The selected orientation convention is invalid. |
|
12 |
The provided orientation is singular. |
|
14 |
A list of points containing a single point was provided. |