Construct B-Spline From Intersection of Surfaces

Creates one or more B-Splines at the intersection of two surfaces.

 

Input Arguments

 

0

Collection Object Name

Resulting B-Spline Name

A name for the resulting B-spline (or a prefix, if more than one will be created).

1

Collection Object Name

First Surface Name

The name of the first surface to intersect.

2

Collection Object Name

Second Surface Name

The name of the second surface to intersect.

 

3

 

Double

 

Approximation Tolerance

The maximum allowable difference between the resulting B-spline and the true surface/surface intersection.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The B-Spline(s) 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.

If more than one B-spline will be created, they will each have a numerical suffix in their name, starting from zero. If the two surfaces do not intersect, no curves will be created.