Queries a list of points to one or more surfaces, creating a vector group or point group in the process.
Input Arguments
0 |
Point Name Ref List |
Point Names |
The list of points to query. |
1 |
Collection Object Name Ref List |
Object Name List (Objects to Project to) |
One or more objects that the selected point groups will be projected to. |
2 |
Collection Object Name |
Resulting Object Name |
The name of the resulting vector group or point group. |
3 |
Projection Options |
Projection Options |
The projection settings for the query. |
4 |
Double |
RMS Tolerance (0.0 for none) |
An RMS tolerance for the query. |
5 |
Double |
Maximum Absolute Tolerance (0.0 for none) |
A maximum allowable absolute tolerance for the query. |
6 |
Boolean |
Show Results Dialog? |
Shows the query dialog, allowing the user to inter- act with it. |
Return Arguments
7 |
Double |
RMS Deviation |
The actual RMS deviation for the query. |
8 |
Double |
Max Absolute Deviation |
The actual maximum absolute deviation for the query. |
9 |
Double |
Average Deviation |
The average of the query’s deviation values. |
10 |
Double |
Standard Deviation |
The standard deviation for the query results. |
Returned Status
SUCCESS |
The query was performed successfully and the query results were within the specified tolerance (if appli- cable). |
PARTIAL SUCCESS |
At least one query was performed successfully, but one or more objects were not found or the query results were out of at least one specified tolerance. |
FAILURE |
No queries were performed successfully. |
Remarks
None.