Construct Point at Intersection of B-Spline and Surfaces    

Constructs a point at the intersection of a B-Spline and each of a list of surfaces.

 

Input Arguments

 

0

Collection Object Name

B-Spline Name

The B-spline to intersect.

1

Collection Object Name Ref List

Surface List

A list of one or more surfaces to intersect with.

2

Double

Approximation Tolerance

A value indicating the greatest deviation from the B-Spline approximation and its actual position.

3

Point Name

Point Name

The name of the resulting intersected point.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The point was intersected successfully.

PARTIAL SUCCESS

One or more (but not all) of the surfaces was not found.

FAILURE

The B-spline or surfaces were not found, or no intersection exists.

 

Remarks

The intersection point will be created at the first intersection of the B-Spline with the first surface it encounters, in the direction of the B-Spline.