This tool converts vector polylines into polygons. Note that this tool will close polygons that are open and will ensure that the first part of an input line is interpreted as the polygon hull and subsequent parts are considered holes. The tool does not examine input lines for line crossings (self intersections), which are topological errors.

See Also

polygons_to_lines

Function Signature

def lines_to_polygons(self, input: Vector) -> Vector: ...

Project Links

WbW Homepage User Manual Support WbW