Creates a specified number of points spaced evenly on one or more B-Spline curves.
Input Arguments
0 |
Collection Object Name Ref List |
B-Spline List |
A list of B-Splines onto which to create the points. |
1 |
Integer |
Number of Evenly Spaced Points |
The number of points to create on each curve. |
2 |
Collection Object Name |
Resultant Group Name |
The group to contain the resulting points. |
3 |
String |
Resultant Point Name Prefix |
An optional prefix to prepend to each resulting point name. |
Return Arguments
None.
Returned Status
SUCCESS |
At least one of the B-Splines was found, and the points were created successfully. |
FAILURE |
None of the B-Splines were found. |
Remarks
If the specified point group already exists, it will automatically be sequenced to prevent duplicate group names. Point names start with “P0” and increment sequentially.