Construct Point at Intersection of 2 B-Splines    

Constructs a point at the intersection of 2 B-Splines, or at the closest point between the two if they do not intersect.

 

Input Arguments

 

0

Collection Object Name

First B-Spline Name

The name of the first B-spline to intersect.

1

Collection Object Name

Second B-Spline Name

The name of the second B-spline to intersect.

2

Point Name

Point Name

The name of the resulting point.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The point was created successfully.

FAILURE

One or both of the B-Splines was not found, or the resulting point already exists.

 

Remarks

None.