expand# PolygonData.expand(offset, round_corner, max_corner_ext, tol=1e-09)# Expand the polygon by an offset. Parameters: offsetfloatExpansion offset. Specify a negative value to shrink the polygon. round_cornerboolWhether the corners are rounded corners. If False, the corners are straight edges. max_corner_extfloatMaximum corner extension to clip the corner at. tolfloat, default: 1e-9Tolerance. Returns: list of PolygonData