Constructs one or more point groups from a list of one or more vector groups. Input Arguments
0 |
Collection Object Name Ref List |
Vector Groups |
The list of vector groups to use as the source for the point groups. |
1 |
String |
Optional Group Name Suffix |
An optional suffix to attach to each constructed point group name. |
2 |
Boolean |
Make Vector Begin Points |
Specify whether to construct points at the begin- ning of vectors. |
3 |
Boolean |
Make Vector End Points |
Specify whether to construct points at the end of vectors. |
Return Arguments
0 |
Collection Object Name Ref List |
Point Groups |
A list containing the point groups that were cre- ated. |
Returned Status
SUCCESS |
All specified vector groups were found, and the point groups were created successfully. |
PARTIAL SUCCESS |
One or more specified vector groups (but not all) were found, and the point groups were created successfully from those vector groups. |
FAILURE |
None of the specified vector groups were found. |
Remarks
If a resulting point group already exists, the specified points are added to the group. If any of the points already exists in the specified group, then they are sequenced to have a unique name.
If only the beginning points or only the end points are created, the resulting points will match the vector names. If both the begin and end points are created, the begin points will have a “_Begin” suffix, and the end points will have an “_End” suffix.
The point group names match the names of their source vector group, but with the optional suffix appended.