is_inside#

PolygonData.is_inside(point)#

Determine whether the point is inside the polygon.

Parameters:
pointansys.edb.core.typing.PointLikeT
Returns:
bool

True if the point is inside the polygon, False otherwise.