Construct Point at Intersection of Planes    

Constructs a point at the intersection of three non-parallel planes. Input Arguments

 

0

Collection Object Name

Plane 1 Name

The name of the first plane to intersect.

1

Collection Object Name

Plane 2 Name

The name of the second plane to intersect.

2

Collection Object Name

Plane 3 Name

The name of the third plane to intersect.

3

Point Name

Point Name

The name of the resulting point.

 

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The point was created successfully.

FAILURE

One of the planes was not found, or an intersection could not be determined.

 

Remarks

No two planes may be parallel, and all three must not have normals that lie in the same plane. If the resulting point name already exists, the new point name will be sequenced to avoid duplicate plane names.