• 易迪拓培训,专注于微波、射频、天线设计工程师的培养
首页 > 电子设计 > PCB设计 > Allegro PCB技术问答 > allegro能像pads那样快速切换空心实心铜皮吗

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

录入:edatop.com     点击:
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了
谢谢

Cadence Allegro 培训套装,视频教学,直观易学

上一篇:发个贴问下16.5什么时候出?
下一篇:关于界面设计问题求教

PCB设计培训课程推荐详情>>

  网站地图