check_geometry_overlaps#

sectionproperties.pre.geometry.check_geometry_overlaps(lop: list[Polygon]) bool[source]#

Checks for overlaps in geometry.

Returns True if any of the Polygon in the list of Polygons, lop, are overlapping with any other Polygons in lop. Returns False if all Polygon are disjoint.

Parameters:

lop (list[Polygon]) – List of polygons

Returns:

Whether or not there is overlapping geometry

Return type:

bool