create_with_outline#

classmethod ViaGroup.create_with_outline(layout, outline, conductivity_ratio, layer, net=None)#

Create a via group with a polygon outline.

Parameters:
layoutLayout

Layout that owns the via group.

outlinelist[Point2D] or list[PolygonData]

List of primitives to use to create the via group.

conductivity_ratiofloat
layerstr or Layer

Placement layer for the via group.

netstr or Net, default: None

Net that the via group is to belong to.

Returns:
ViaGroup

Via group created.