Creates a vector group comparing two point groups.
Input Arguments
0 |
Vector Group Name |
Vector Group Name |
The name of the vector group to create. |
1 |
Collection Object Name |
Group A |
The first point group in the comparison. |
2 |
Collection Object Name |
Group B |
The second point group in the comparison. |
4 |
Double |
RMS Deviation Tolerance (0.0 for none) |
A tolerance for the RMS deviation of the vector group. |
5 |
Double |
Max Absolute Deviation Toler- ance (0.0 for none) |
A tolerance for the maximum absolute deviation for the vector group. |
6 |
Double |
Average Deviation Tolerance (0.0 for none) |
The tolerance for the average deviation of the vector group. |
Return Arguments
3 |
Integer |
Vector Count |
The number of vectors created. |
7 |
Double |
RMS Deviation |
The actual RMS Deviation of the vector group. |
8 |
Double |
Max Absolute Deviation |
The actual maximum absolute deviation of the vector group. |
9 |
Double |
Average Deviation |
The actual average deviation of the vector group. |
Returned Status
SUCCESS |
The vector group was created successfully. |
PARTIAL SUCCESS |
The vector group was created successfully, but one or more specified tolerances failed. |
FAILURE |
One or both point groups could not be found. |
Remarks
If the resulting vector group already exists, the name will be incremented automatically to avoid duplicates.