Finally i got it working...! procedure(MetalToFillBlock() cv=geGetWindowCellView() shapes=geGetSelSet() m2list=setof(x geGetSelSet() x~>layerName=="m2") dbLayerOr(cv list("m1" "fillBlock") m2list) ; dbLayerOr(cv list("m2" "fillBlock") m2list) dbLayerOr(cv list("m3a" "fillBlock") m2list) foreach(shape shapes when(shape->layerName == "m2" shape->lpp = list( "m2" "fillBlock" ) );when );foreach );procedure But the only issue is that i need to have those lines for all the metal layers that i'm using. I'm not sure how to simplify it
↧