check_geometry_disjoint#

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

Returns True if any polygons in lop are disjoint, otherwise returns False.

Parameters:

lop (list[Polygon]) – List of polygons

Returns:

Whether or not there is disjoint geometry

Return type:

bool