镜像(mirror)PCB file
本文由 shirdon 于 2014-7-25 15:13 发布在 SKILL源码下载
;=========================================================================================== ; SH_Mirror_PCB_File.il ; -----------------by Shirdon ; 2009 / 11 / 05 ;=========================================================================================== ;Shortcut : exsym ;description : Mirror PCB file ;contact : If you have any question ,just contact: ; ubestch@hotmail.com ; website:http://www.eelayout.com ;=========================================================================================== defun(SH_Mirror_PCB_File () axlSetFindFilter(?enabled list( "noall" "vias" "clines" "Shapes" "Symbols") ?onButtons list( "noall" "Vias" "Clines" "Shapes" "Symbols")) while( axlAddSelectBox() objs =axlGetSelSet() axlHighlightObject(objs) axlClearSelSet() axlTransformObject(objs,?move '(0.0,0.0) , ?mirror t, ?allOrNone t) ) ) axlCmdRegister( "shmpf" 'SH_Mirror_PCB_File)
程序比较简单,对于想拓展的人,可以尝试增强其功能呵呵
下载地址: