Construct Line 2 Points (Vector Notation)

Creates a line between two specified points specified in vector notation.

 

Input Arguments

 

0

Collection Object Name

Line Name

The name of the resulting line to create.

1

Vector

First Vector

The vector defining the first point on the line.

2

Vector

Second Vector

The vector defining the second point on the line.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

The resulting line direction will be from the first vector to the second vector. A line of zero length can be created, although analysis with a zero-length line is undefined. If the specified line name already exists, the name will be in- cremented to avoid duplicates.