Construct B-Spline From Intersection of Plane and Surface

Creates one or more B-Splines at the intersection of a plane and surface.

 

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

Plane Name

The name of the source plane.

2

Collection Object Name

Surface Name

The name of the source surface.

 

3

 

Double

 

Approximation Tolerance

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

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The B-Splines were created successfully.

FAILURE

The source plane or surface 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 plane and surface do not intersect, no curves will be created.