Construct B-Spline From Several B-Splines

Constructs a single B-Spline by splicing consecutive B-Splines together.

 

Input Arguments

 

0

Collection Object Name

Resulting B-Spline Name

The name for the resulting B-Spline.

1

Collection Object Name Ref List

B-SPline List

A list of the source B-Splines to connect.

2

Boolean

Close Resulting B-Spline

Indicate whether the resulting B-Spline should be closed.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The B-Spline was created successfully.

FAILURE

One or more of the source B-Splines was not found.

 

Remarks

If the specified B-Spline name already exists, the name will be incremented automatically to avoid duplicates.