Construct Points at Intersection of Circle and Line    

Constructs points at the intersection of a circle and a line, after the line has been projected to the plane of the circle.

 

Input Arguments

 

0

Collection Object Name

Circle Name

The name of the circle to intersect.

1

Collection Object Name

Line Name

The name of the line to intersect.

2

Point Name

Base Point Name for results

The base name of the resulting point.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The point or points were created successfully.

FAILURE

The circle or line could not be found, an intersection could not be determined.

 

Remarks

If two points are created from the intersection, they will be suffixed with a “1” or “2” appropriately.