Queries one or more point clouds to one or more objects, creating point groups or vector groups in the process.
Input Arguments
0 |
Collection Object Name Ref List |
Cloud Names |
The point clouds to query to the objects. |
1 |
Collection Object Name Ref List |
Object Names |
The objects to which the point clouds should be queried. |
2 |
Collection Object Name |
Resulting Object Name |
The name of the resulting point group or vector group. |
3 |
Projection Options |
Projection Options |
The projection options for the query. |
4 |
Double |
Proximity |
Cloud points outside of this proximity value are excluded from the query. |
5 |
Integer |
Skip Factor |
Subsampling for the cloud points. For example, 3 implies that the query should consider every third point. |
6 |
Double |
RMS Tolerance (0.0 for none) |
An RMS tolerance for the query. |
7 |
Double |
Maximum Absolute Tolerance (0.0 for none) |
A maximum absolute tolerance for the query. |
Return Arguments
8 |
Double |
RMS Deviation |
The resulting RMS deviation for the query. |
9 |
Double |
Maximum Absolute Deviation |
The resulting maximum absolute deviation for the query. |
Returned Status
SUCCESS |
The query was performed successfully. |
PARTIAL SUCCESS |
The query was performed, but either a tolerance was violated or one or more (but not all) point clouds or objects could not be found. |
FAILURE |
The query was not successful. |