is_inside# PolygonData.is_inside(point)# Determine whether the point is inside the polygon. Parameters: pointansys.edb.core.typing.PointLikeT Returns: boolTrue if the point is inside the polygon, False otherwise.