Constructs a point at the intersection or mutual perpendicular midpoint between two lines.
Input Arguments
0 |
Collection Object Name |
First Line Name |
The name of the first line to intersect. |
1 |
Collection Object Name |
Second Line Name |
The name of the second line to intersect. |
2 |
Point Name |
Point Name |
The name of the resulting point. |
Return Arguments
None.
Returned Status
SUCCESS |
The point was created successfully. |
FAILURE |
One or both of the lines was not found. |
Remarks
If the point already exists with the same name as specified, it will be renamed to avoid duplicate names.