Auto-filters and associates a set of points, groups, and clouds to a set of datums and feature checks in the active col- lection.
Input Arguments
0 |
Point Name Ref List |
Point Names |
A list of points to filter. |
1 |
Collection Object Name Ref List |
Group Names |
A list of groups to filter. |
2 |
Collection Object Name Ref List |
Cloud Names |
A list of clouds to filter. |
3 |
Double |
Surface Offset |
The maximum allowable offset from the surface when filtering. |
4 |
Double |
Edge Offset |
The minimum allowable offset from any edge when filtering. |
5 |
Offset Direction Type |
Offset Direction |
BOTH filters points on both sides of the surface. POSITIVE ONLY filters and associates only points on the positive side of a surface. NEGATIVE ONLY filters and associates only points on the negative side of a surface. |
6 |
Boolean |
Enforce Max Pts per Face in Output? |
If TRUE, no more than the maximum number of points specified in argument 7 will be associated. If FALSE, all points will be used. |
7 |
Integer |
Max Pts per Face |
The maximum number of points allowed to be filtered to a surface, if argument 6 is TRUE. |
8 |
Feature Check Ref List |
Feature Check Name List |
A list of feature checks to include in the filter. |
9 |
Boolean |
Include Datums? |
Indicates whether or not datums should be included in the filter. |
10 |
Boolean |
Create Cloud for Each Datum/ Check |
Indicates whether a separate cloud should be cre- ated for each individual datum or feature check. |
Return Arguments
None.
Returned Status
SUCCESS |
The measurements were filtered and associated successfully. |
FAILURE |
The points, groups, or clouds could not be found. |
Remarks
None.