模拟后端的小白的个人空间 https://blog.eetop.cn/1768341 [收藏] [复制] [分享] [RSS]

空间首页 动态 记录 日志 相册 主题 分享 留言板 个人资料

日志

清除版图多余的边框的脚本

热度 2已有 552 次阅读| 2023-3-29 17:02 |系统分类:芯片设计

hiSetBindKey("Layout" "Ctrl<Key>F1" "updatebbox()")

procedure(updatebbox()


cv=hiGetCurrentWindow()->editCellView

foreach(sh1 cv->steiners

            dbDeleteObject(sh1)

            )

foreach(sh2 cv->quides

           dbDeleteObject(sh2)

           )

foreach(sh3 cv->markers

           dbDeleteObject(sh3)

          )

foreach(LLL getEditRep()~>Ipps

            if(LLL->layerName =="changedLayer"

             then

                 foreach(shape LLL->shapes

                            dbDeleteobject(shape))

            )

        )

)


2

点赞

刚表态过的朋友 (2 人)

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 注册

  • 关注TA
  • 加好友
  • 联系TA
  • 14

    周排名
  • 0

    月排名
  • 0

    总排名
  • 2

    关注
  • 44

    粉丝
  • 30

    好友
  • 94

    获赞
  • 26

    评论
  • 887

    访问数
关闭

站长推荐 上一条 /1 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-5-3 12:22 , Processed in 0.020948 second(s), 14 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
返回顶部