Field-Map Scripting

4.1.14.3 IntersectPolygons

IntersectPolygons function


Prototype:

function IntersectPolygons (const pol1_, pol2_ :TPolygonWrapper) :TPolygonWrapper;

Description:

Use this function to intersect two polygons. The output polygon is where the first polygon intersects the second polygon.

Syntax:

variable := IntersectPolygons (Pol1, Pol2);


Part

Description


variable

A variable declared as a TPolygonWrapper


Pol1, Pol2

The polygons (declared as TPolygonWrapper) to be intersected



Return value:


Polygon as a result of the two intersected polygons.




See also:                

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