Applies sphere filters to one or more clouds. All cloud points inside or outside a specified radius of one or more sup- plied center points will be removed.
Input Arguments
0 |
Collection Object Name Ref List |
Cloud Names |
One or more point clouds to filter. |
1 |
Point Name Ref List |
Points |
One or more center points to filter to. |
2 |
Double |
Radius |
The radius to use for the sphere filter. |
3 |
Boolean |
Delete Inside |
Indicate whether points inside the radius should be deleted, or points outside the radius should be deleted. |
Return Arguments
None.
Returned Status
SUCCESS |
The cloud(s) were filtered successfully. |
PARTIAL SUCCESS |
One or more clouds or points (but not all) could not be found. |
FAILURE |
The clouds or points could not be found. |
Remarks
None.