scale# EDBPadstackInstance.scale(factor, center=None)[source]# Scales the polygon relative to a center point by a factor. Parameters: factorfloatScaling factor. centerList of float or str [x,y], optionalIf None scaling is done from polygon center. Returns: boolTrue when successful, False when failed.