It looks like you're new here. If you want to get involved, click one of these buttons!
Hi!
I am trying to measure the enclosure distance of a well region of a gate (in the length direction specifically). I isolated my gate down to its sides and not its ends so that I can check its separation to the side of the well. However, I am getting only a separation check from the end points. What would be the correct way to go about checking parallel edge separation? Or even just an enclosure check on specific sides of a shape?
Thanks!
GATE_SIDES = GATE.edges.not(OXIDE.edges)
violation = NWELL.edges.separation(GATE_SIDES, 1.0.um, projection)