Obtains relevant statistics from a points to objects relationship.
Input Arguments
0 |
Collection Object Name |
Relationship Name |
The name of the relationship to examine. |
Return Arguments
1 |
Double |
Absolute Max Deviation |
The absolute maximum deviation of the relation ship, returned as a positive number. |
2 |
Double |
Max Deviation |
The maximum deviation (highest) value of the relationship. |
3 |
Double |
Min Deviation |
The smallest deviation (most negative) value of the relationship. |
4 |
Double |
RMS |
The RMS error of the relationship. |
5 |
Integer |
# of Candidate Points |
The raw number of points in the relationship. |
6 |
Integer |
# of Points Sampled |
The number of points in the relationship (after subsampling). |
7 |
Integer |
# of Points Rejected |
The number of points rejected from a relationship based on Outlier Rejection. |
8 |
Integer |
# of Points Used |
The number of points used for the calculation of the relationship. |
9 |
Integer |
# of Points Out of Tolerance |
The number of points in the relationship that exceed the specified tolerance. |
Returned Status
SUCCESS |
The relationship values were obtained successfully. |
FAILURE |
The specified relationship could not be found. |
Remarks
None.