skill 如何获取当前版图某层layer 的所有图形对象
时间:10-02
整理:3721RD
点击:
skill 如何获取当前版图某层layer 的所有图形对象比如 我想获取当前版图 L50层的所有图形的坐标
回复帮忙置顶
剛拜了 GOOGLE 大神, 若要知道 edit window 下的某 layer objects,
只要抓出 cell view ID of all objects in the window, 再依 lpp 選出來就好了.
ex. cv~>lpps~>layerName cv~>lpps~>purpose
cv=geGetEditCellView() ; to get the Current window id.
name="metal1" ; set your layer name
layerId=setof(layer cv~>lpps layer~>layerName==name)
then u can run:layerId~>? or layerId~>? in CIWto get the layer information u want to get.
收藏了,谢谢
MP0~>prop~>name