Filters one or more clouds to a point group by proximity and outputs a new point group. Cloud points within the proximity are kept, while cloud points outside of the proximity are removed.
Input Arguments
0 |
Collection Object Name Ref List |
Cloud Names |
One or more point clouds to filter. |
1 |
Collection Object Name |
Filter Group’s Name |
The name of the group to filter to. |
2 |
Collection Object Name |
Output Group Name |
The name for the resulting point group. |
3 |
Double |
Proximity (0 for Closest Point only) |
The proximity to each filter group point in which cloud points are kept. If set to zero, only the clos- est cloud point to each filter point is kept. |
4 |
Integer |
Maximum Number of Points (0 for Unlimited) |
The maximum number of cloud points to filter to each filter point. If set to zero, there is no limit. |
5 |
Output Type |
Output Type |
Specify whether point clouds or point groups should be created. |
Return Arguments
None.
Returned Status
SUCCESS |
The cloud(s) were filtered successfully. |
PARTIAL SUCCESS |
One or more clouds (but not all) could not be found. |
FAILURE |
The clouds or filter group could not be found. |
Remarks
None.