pcb

Comment 2 for bug 710663

Revision history for this message
Chad Parker (parker-charles) wrote :

Much of this is already done. The only bits that aren't are the minimum clearance and minimum overlap violations.

We find these cases by testing for copper overlap with a bloated or shrunk version of the object in question, the limiting cases. This means that we don't actually compute the distance from one object to the other.

We may have all the math in place to do these calculations, but, I not in a way that lets us easily calculate the desired parameters. I'll have to think a bit on the best way to do this.