Applies a box filter to one or more clouds. Removes all cloud points inside or outside a specified box (in the working coordinate frame).
Input Arguments
0 |
Collection Object Name Ref List |
Cloud Names |
One or more point clouds to filter. |
1 |
Optional Double |
X Min |
The minimum X value to use. |
2 |
Optional Double |
X Max |
The maximum X value to use. |
3 |
Optional Double |
Y Min |
The minimum Y value to use. |
4 |
Optional Double |
Y Max |
The maximum Y value to use. |
5 |
Optional Double |
Z Min |
The minimum Z value to use. |
6 |
Optional Double |
Z Max |
The maximum Z value to use. |
7 |
Boolean |
Delete Inside |
Specify whether to delete points inside the box or outside the box. |
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 could not be found. |
Remarks
If one of the range values is set to “Ignore”, then that value is considered to be infinite. For example, if X Max is set to “Ignore”, then all values from X Min to positive infinity are considered to be “in the box”.