Filters one or more clouds to one or more B-Splines by proximity and outputs a new point group. Cloud points between the minimum and maximum proximity to a B-Spline are kept, while cloud points outside of the specified range are removed.
Input Arguments
0 |
Collection Object Name Ref List |
Cloud Names |
One or more point clouds to filter. |
1 |
Collection Object Name Ref List |
Filter BSpline Names |
The names of the B-Splines to filter to. |
2 |
Collection Object Name |
Output Group Name |
The name for the resulting point group. |
3 |
Double |
Minimum Proximity |
The minimum distance for which points should be retained. |
4 |
Double |
Maximum Proximity |
The maximum distance for which points should be retained. |
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 or splines (but not all) could not be found. |
FAILURE |
The clouds or filter splines could not be found. |
Remarks
None.