Construct Line 2 Points

Creates a line between two specified points.

 

Input Arguments

 

0

Collection Object Name

Line Name

The name of the resulting line to create.

1

Point Name

First Point

The name of the first point on the line.

2

Point Name

Second Point

The name of the second point on the line.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

Both points were found and the line was created successfully.

FAILURE

At least one of the two points was not found.

 

Remarks

The resulting line direction will be from the first point to the second point. It is possible to create a line of zero length, although the analysis of a zero-length line is undefined. If the specified line name already exists, the name will be incremented to avoid duplicates.