Clipper.Simplify (gb.clipper)
Static Function Simplify ( Polygons As Polygon[] [ , Fill As Integer ] ) As Polygon[]
Removes self-intersections from the supplied
Polygons (by performing a boolean union operation using the nominated
Fill type).
Polygons with non-contiguous duplicate vertices (ie 'touching') will be split into two polygons.