Evaluates a list of GD&T Feature Checks.
Input Arguments
0 |
Feature Check Ref List |
Feature Check List |
The list of feature checks to evaluate |
Return Arguments
1 |
Integer |
Total Passed |
Indicates the number of feature checks that passed. |
2 |
Integer |
Total Failed |
Indicates the number of feature checks that failed. |
3 |
Integer |
Total Incomplete |
Indicates the number of feature checks that were determined to be incomplete. |
Returned Status
SUCCESS |
All feature checks were found and passed. |
PARTIAL SUCCESS |
At least one feature check was not found or was incomplete. |
FAILURE |
No feature checks were supplied to the command. |
Remarks
None.