circle_intersect#

PolygonData.circle_intersect(center, radius)#

Determine whether the circle intersects with a polygon.

Parameters:
centeransys.edb.core.typing.PointLikeT

Center.

radiusfloat

Radius.

Returns:
bool

True if the circle intersects with a polygon, False otherwise.