Retrieves a value from a dimension.
Input Arguments
0 |
Collection Object Name |
Dimension Name |
The name of the dimension. |
Return Arguments
1 |
Double |
Dimensions Value |
The value of the dimension. |
2 |
Boolean |
Nominal Value Enabled |
True indicates that the nominal is enabled. |
3 |
Boolean |
High Tolerance Enabled |
True indicates High Tolerance is enabled |
4 |
Boolean |
Low Tolerance Enabled |
True indicates Low Tolerance is enabled |
5 |
Double |
Nominal Value |
The Nominal value set |
6 |
Double |
High Tolerance |
The High Tolerance set, this includes the Nominal + High Tolerance |
7 |
Double |
Low Tolerance |
The Low Tolerance set, this includes the Nominal - Low Tolerance |
Returned Status
SUCCESS |
Gets the correct dimension value successfully. |
FAILURE |
The dimension could not be found. |
Remarks
The high and low tolerance values returned in this step can always be assumed to be the full extents of the tolerance range. For example, a tolerance set as 1.5” +/-0.01 will report a high tolerance of 1.51 and a low tolerance of 1.49 re- gardless of the nominal value assignment.