Field-Map Scripting

4.1.14.4 FindLineIntersects

FindLineIntersects function


Prototype:

function FindLineIntersects(lin1_, lin2_ :TLineWrapper) :TPointsWrapper;

Description:

Use this function to intersect two lines. The output point is where the first line intersects the second line.

Syntax:

variable:= FindLineIntersects(Lin1, Lin2);


Part

Description


variable

variable declared as a TPointsWrapper


Lin1, Lin2

The lines (declared as TLineWrapper) to be intersected

Return value:

Point as a result of the two intersected lines.


Note: This function is available since version X7.




See also:                

ExtendLine; CombinePolygons; IntersectPolygons; FindLineIntersects; Distance; PolarToXY; Polar2XY; XYtoPolar; XY2polar