Gets tolerance of a relationship.
Input Arguments
0 |
Collection Object Name |
Relationship Name |
The relationship in which to retrieve the informa- tion. |
Return Arguments
1 |
Boolean |
Use High X Tolerance? |
Indicates if a high tolerance should be applied to the X component. |
2 |
Double |
High X Tolerance |
The high tolerance on the X component. |
3 |
Boolean |
Use High Y |
Indicates if a high tolerance should be applied to the Y component. |
4 |
Double |
High Y Tolerance |
The high tolerance on the Y component. |
5 |
Boolean |
Use High Z Tolerance |
Indicates if a high tolerance should be applied to the Z component. |
6 |
Double |
High Z Tolerance |
The high tolerance on the Z component. |
7 |
Boolean |
Use High Mag Tolerance |
Indicates if a high tolerance should be applied to the magnitude. |
8 |
Double |
High Mag Tolerance |
The high tolerance on the magnitude. |
9 |
Boolean |
Use Low X Tolerance? |
Indicates if a low tolerance should be applied to the X component. |
10 |
Double |
Low X Tolerance |
The low tolerance on the X component. |
11 |
Boolean |
Use Low Y Tolerance? |
Indicates if a low tolerance should be applied to the Y component. |
12 |
Double |
Low Y Tolerance |
The low tolerance on the Y component. |
13 |
Boolean |
Use Low Z Tolerance? |
Indicates if a low tolerance should be applied to the Z component. |
14 |
Double |
Low Z Tolerance |
The low tolerance on the Z component. |
15 |
Boolean |
Use Low Mag Tolerance? |
Indicates if a low tolerance should be applied to the magnitude. |
16 |
Double |
Low Mag Tolerance |
The low tolerance on the magnitude. |
17 |
Vector Tolerance |
Vector Tolerance |
The low tolerance on the magnitude. |
Returned Status
SUCCESS |
The tolerance were retrieved successfully. |
FAILURE |
The relationship was not found. |
Remarks
None.