Clipper.Trim (gb.clipper)
Static Function Trim ( Polygons As Polygon[] ) As Polygon[]
Remove the vertices between adjacent collinear segments of each polygon.
It will also remove duplicate vertices (adjacent vertices with identical coordinates).
-
Polygons : a list of polygons to trim.