It looks like you're new here. If you want to get involved, click one of these buttons!
Hi @Matthias
I want to change an edge to a box, i tried some ways but not successful.
lay1.overlap(lay2, 1.nm,projection).edges.output("Edges") #there some where flagged
lay1.overlap(lay2, 1.nm,projection).edges.extents(2.nm).output("Edge extended to box") #nothing flagged.
Do you have any way to do this?
Thank you,
dai
Comments
The method is "extended" and works on edge layers: https://www.klayout.de/doc-qt5/about/drc_ref_layer.html#h2-894
There are simplified versions too: 'extended_in' and 'extended_out'.
Matthias
Thank you, @Matthias