Construct B-Splines From Surfaces

Builds the defining B-splines from a list of surfaces

 

Input Arguments

 

0

String

Resulting BSpline Name prefix (optional)

An optional prefix for the resulting B-spline names.

1

Collection Object Name Ref List

Surface List

A list of the source surfaces 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 surfaces was not found.

 

Remarks

If the resulting B-Spline names already exist, the names will be incremented automatically to avoid duplicates.