unite_polygons_on_layer#
- Modeler.unite_polygons_on_layer(layer_name=None, delete_padstack_gemometries=False, net_names_list=[])[source]#
Try to unite all Polygons on specified layer.
- Parameters:
- layer_name
str
,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_names_list
list
[str
]optional
Net names list filter. The default is
[]
, in which case all nets are taken.
- layer_name
- Returns:
- bool
True
is successful.