Construct Line 2 Plane Intersection

Creates a line along the intersection of two non-parallel planes.

 

Input Arguments

 

0

Collection Object Name

Line Name

The name of the resulting line.

1

Collection Object Name

First Plane

The first plane to intersect.

2

Collection Object Name

Second Plane

The second plane to intersect.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The line was created successfully.

FAILURE

One or both of the source planes was not found, or the planes were parallel.

 

Remarks

If the specified line name already exists, the name will be incremented to avoid duplicates. The planes must not be parallel, or the command will fail.