Guest
Hi,
I am trying to find overlapping shapes for all layer purpose pairs..
The way I am working on it so far is:
l_overlap = dbGetTrueOverlaps(cvID rectBox list(layer "drawing") 32)
where cvID is the cellid
rectBox is the bbox
arguments in list() is my layer purpose pair - for example "m1"
"drawing"
and 32 is the depth I would like to search.
My question is, how can I list more than one lpp in this command. I am
looking to find shapes overlapping in "m1" "fill" layer.
Any pointers will be appreciated!!
Thanks,
Medha
I am trying to find overlapping shapes for all layer purpose pairs..
The way I am working on it so far is:
l_overlap = dbGetTrueOverlaps(cvID rectBox list(layer "drawing") 32)
where cvID is the cellid
rectBox is the bbox
arguments in list() is my layer purpose pair - for example "m1"
"drawing"
and 32 is the depth I would like to search.
My question is, how can I list more than one lpp in this command. I am
looking to find shapes overlapping in "m1" "fill" layer.
Any pointers will be appreciated!!
Thanks,
Medha