Field-Map Scripting

4.1.14.2 CombinePolygons

CombinePolygons function


Prototype:

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

Description:

Use this function to combine two polygons

Syntax:

variable := CombinePolygons (Pol1, Pol2);


Part

Description


variable

A variable declared as a TPolygonWrapper


Pol1, Pol2

The polygons (declared as TPolygonWrapper) to be combined



Return value:


Polygon as a result of the two combined polygons.




See also:                

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