create# classmethod Polygon.create(layout, layer, net, polygon_data)# Create a polygon. Parameters: layoutLayoutLayout to create the polygon in. layerLayerLikeLayer to place the polygon on. netNetLike or NoneNet of the polygon. polygon_dataPolygonDataOuter contour of the polygon. Returns: PolygonPolygon created.