Queries one or more point groups to a circle, creating a radial, planar, and combined vector group for the query.
Input Arguments
0 |
Collection Object Name |
Circle Name |
The name of the circle to query to. |
1 |
Collection Object Name |
Point Group Name |
The name of the point group to project. |
2 |
Boolean |
Is Inside Measurement |
Indicates whether the points represent a measure- ment on the inside of the circle. |
3 |
Integer |
Auto Scale Vectors to % of Radius |
A scale factor to apply to the vectors as a function of the radius of the circle. |
4 |
Vector Group Name |
Vector Group Name for Radial |
The name of the vector group representing the radial query. |
5 |
Vector Group Name |
Vector Group Name for Planar |
The name of the vector group representing the planar query. |
6 |
Vector Group Name |
Vector Group Name for Com- bined |
The name of the vector group representing the combined query. |
Return Arguments
None.
Returned Status
SUCCESS |
The query was performed successfully. |
FAILURE |
The query was not performed successfully. Either the circle or point group could not be found. |
Remarks
None.