Evaluates a GD&T Feature Check.
Input Arguments
0 |
Collection Object Name |
Feature Check |
The name of the Feature Check to evaluate. |
1 |
Boolean |
Perform Evaluation? |
Specify whether or not to evaluate check. |
Return Arguments
2 |
Boolean |
Check Evaluated? |
Indicates whether the check evaluated success- fully. |
3 |
String |
Check Result |
The result of the feature check, as a string. |
4 |
Boolean |
Non-unique Result? |
Indicates whether the solution is unique or is one of several possible solutions. |
5 |
Double |
Measured Deviation (Upper) |
The deviation on the upper side of nominal. |
6 |
Double |
Distance Out of Tolerance (Upper) |
The amount out of tolerance on the upper side of nominal. |
7 |
World Transform Operator |
Eval Delta Transform (Upper) |
The upper transform applied to the measure- ments at evaluation. |
8 |
Double |
Measured Deviation (Lower) |
The deviation on the lower side of nominal. |
9 |
Double |
Distance Out of Tolerance (Lower) |
The amount out of tolerance on the lower side of nominal. |
10 |
World Transform Operator |
Eval Delta Transform (Lower) |
The lower transform applied to the measurements at evaluation. |
11 |
String |
Check Type |
The type of feature check. |
12 |
String |
Tolerance Type |
The type of the tolerance. |
13 |
Double |
Tolerance, Simple |
The tolerance (if a simple tolerance). |
14 |
Double |
Tolerance, Composite (Upper) |
The composite upper tolerance (if applicable). |
15 |
Double |
Tolerance, Composite (Lower) |
The composite lower tolerance (if applicable). |
16 |
Double |
Tolerance, Range (Min) |
The minimum range tolerance (if applicable). |
17 |
Double |
Tolerance, Range (Max) |
The maximum range tolerance (if applicable). |
18 |
Double |
Tolerance, NominalPlusMinus (Nominal) |
The nominal value in a nominal/plus/minus toler- ance (if applicable). |
19 |
Double |
Tolerance, NominalPlusMinus (Minus) |
The “minus” value in a nominal/plus/minus toler- ance (if applicable). |
20 |
Double |
Tolerance, NominalPlusMinus (Plus) |
The “plus” value in a nominal/plus/minus toler- ance (if applicable). |
Returned Status
SUCCESS |
The command was performed successfully. |
FAILURE |
The feature check was not found. |
Remarks
None.