unite_polygons_on_layer#

EdbLayout.unite_polygons_on_layer(layer_name=None, delete_padstack_gemometries=False, net_list=[])[source]#

Try to unite all Polygons on specified layer.

Parameters:
layer_namestr, optional

Name of layer name to unite objects on. The default is None, in which case all layers are taken.

delete_padstack_gemometriesbool, optional

Whether to delete all padstack geometries. The default is False.

net_listlist[str]optional

Net list filter. The default is [], in which case all nets are taken.

Returns:
bool

True is successful.