It looks like you're new here. If you want to get involved, click one of these buttons!
Could I have only one side of the polygon sized? I want to run drc script to modify all some shapes with this operation
You can do anisotropic sizing followed by a move.
Like:
shifted = layer.sized(0.5.um, 0).moved(-0.5, 0.0)
Matthias
Thank you, Matthias
Comments
You can do anisotropic sizing followed by a move.
Like:
Matthias
Thank you, Matthias