Enumerations ToolCalculationMode - ThorstenBrach/SRCI GitHub Wiki
Enum-Item | Value | Description |
---|---|---|
TWO_POINT_Z_METHOD |
0 |
Two Point + Z-Method (default). |
THREE_POINT_METHOD |
1 |
Three-Point-Method. |
FOUR_POINT_METHOD |
2 |
Four-Point-Method. |
FIVE_POINT_METHOD |
3 |
Five-Point-Method. |
SIX_POINT_METHOD |
4 |
Six-Point-Method. |
ABC_WORLD_METHOD |
5 |
ABC-World-Method. |
ABC_TWO_POINT_METHOD |
6 |
ABC-Two-Point-Method. |