Construct B-Splines From Lines

Converts one or more lines into B-splines.

 

Input Arguments

 

0

String

Resulting BSpline Name prefix (optional)

An optional prefix for the resulting B-spline names.

1

Collection Object Name Ref List

Line List

A list of the source lines to convert.

 

Return Arguments

 

2

Collection Object Name Ref List

B-Spline List

A list of the resulting B-splines that were created.

 

Returned Status

 

SUCCESS

The B-Splines were created successfully.

FAILURE

One or more of the source lines was not found.

 

Remarks

If the resulting B-Spline names already exist, the names will be incremented automatically to avoid duplicates. The resulting lines will have the same name as their source line, with the optional prefix.