Creates a point group by laying out points on a grid.
Input Arguments
0 |
Collection Object Name |
Group Name |
The name of the group to create. |
1 |
String |
Point Prefix |
The prefix to apply to each point name. |
2 |
Double |
X Min |
The minimum X coordinate of the grid. |
3 |
Double |
X Max |
The maximum X coordinate of the grid. |
4 |
Integer |
X Count |
The number of points in the grid along the X direction. |
2 |
Double |
Y Min |
The minimum Y coordinate of the grid. |
3 |
Double |
Y Max |
The maximum Y coordinate of the grid. |
4 |
Integer |
Y Count |
The number of points in the grid along the Y direction. |
2 |
Double |
Z Min |
The minimum Z coordinate of the grid. |
3 |
Double |
Z Max |
The maximum Z coordinate of the grid. |
4 |
Integer |
Z Count |
The number of points in the grid along the Z direction. |
Return Arguments
None.
Returned Status
SUCCESS |
This command always succeeds. |
Remarks
If the specified point group already exists, asterisks will be appended to the group name as necessary to make the name unique.