微波EDA网,见证研发工程师的成长!
首页 > 研发问答 > PCB设计问答 > Cadence Allegro > allegro能像pads那样快速切换空心实心铜皮吗

allegro能像pads那样快速切换空心实心铜皮吗

时间:10-02 整理:3721RD 点击:
allegro能像pads那样快速切换空心实心铜皮吗只能切换openGL开关吗

你设置铜皮的半透明程度就可以实现相同的效果,可惜,铜皮的孤岛会影响走线!

可以用Skill实现,和PADS一样,用po命令切换显示。
axlCmdRegister("layertoggle" '_LCSetLayTog ?cmdType "general")
axlSetAlias( "po", "layertoggle shape_outline")
procedure( layertoggle( @rest layer)
  _LCSetLayTog( layer)
);end-procedure
defun( _LCSetLayTog ( layer)
prog( ()
  case( layer
        ( "shape_outline"
          if( axlGetVariable( "no_shape_fill") then
              axlUnsetVariable("no_shape_fill")
              axlMsgPut( "Turn on shape outline.")
            else
              axlSetVariable( "no_shape_fill", t)
              axlMsgPut( "Turn off shape outline.")
            );end-if
        );case
  );end-case
  axlVisibleUpdate( t)   
);end-prog
);end-defun

謝謝我試試

试过了为什么加载不成功啊有人加载成功了吗

少复制了个换行符,已经修改。

:L

可以到 setup \ user preferences editor \ shape 里修改no_shape_fill
     我试过了,效果同pads 一样

试了3楼的,不行··

可以了,命令用小写的po

我已经ok了
谢谢

Copyright © 2017-2020 微波EDA网 版权所有

网站地图

Top