circle_intersect# PolygonData.circle_intersect(center, radius)# Determine whether the circle intersects with a polygon. Parameters: centeransys.edb.core.typing.PointLikeTCenter. radiusfloatRadius. Returns: boolTrue if the circle intersects with a polygon, False otherwise.