I read old threads about this topic specially how to access a layer without flattening and i found: lpId = car(setof(lp geGetEditCellView()~>lpps lp~>layerName == "metal1" && lp~>purpose == "drawing")) lpId~>shapes~>bBox But after getting the layer ID and search for its bBox it gives me nil. So please i need your help for a skill script perform the tasks in the first thread without flattening which are: 1) Grouping the instances. 2) Accessing the needed layer. 3) Get its ll and ur coordinates. 4)Create rect with this layer and list of gotten points. 5)ungroup them again. Thanks in advance
↧