closest_point# PolygonData.closest_point(point)# Compute a point on the polygon that is closest to another point. Parameters: pointansys.edb.core.typing.PointLikeTOther point. Returns: PointDataPoint closest to the given point.