Overlap check in a layer

I want to find out polygons which overlap with other polygons in the same layer. But, DRC overlapping method checks overlapping with polygons in other layer. Therefore, e.g. input(990,0).overlapping(input(990,0)) results in all polygons in layer (990,0). What method shoul I use for this?

Comments

Sign In or Register to comment.