intersection_type#

PolygonData.intersection_type(other, tol=1e-09)#

Get the intersection type with another polygon.

Parameters:
otherPolygonData

Other polygon.

tolfloat, default: 1e-9

Tolerance.

Returns:
bool

True when successful, False when failed.