Hi,
Is there any way how to select boundary in virtual open view via
dbOpenCellViewByType(Lname Cname "layout" "maskLayout" "r")
and give an area value back ?
If not is there any command which could open virtual window and make boundary selection ...
something like this .....
pteSetNoneSelectable(?panel "Layers")
pteSetNoneSelectable(?panel "Objects")
pteSetSelectable("Boundaries" t "Objects")
geSelectAllFig()
selSh=list()
selSh = geGetSelSet(openC)
if(selSh then
foreach(shape selSh
case( cell~>objType
("PRBoundary"
Barea = shape~>area
)
)
)
;);if
Thx
Robert