axlVisibleDesign(nil) axlVisibleLayer( "BOARD GEOMETRY/OUTLINE" t )
axlVisibleLayer( "PIN/TOP" t )
axlVisibleLayer( "PIN/BOTTOM" t )
axlVisibleLayer( "REF DES/SILKSCREEN_TOP" t )
axlVisibleLayer( "REF DES/SILKSCREEN_BOTTOM" t )
axlVisibleLayer( "PACKAGE GEOMETRY/SILKSCREEN_TOP" t )
axlVisibleLayer( "PACKAGE GEOMETRY/SILKSCREEN_BOTTOM" t )
logfile = axlDMOpenLog("dir_error.log")
fprintf(logfile "#Check the direction errores of refdes . \n\n")
fprintf(logfile "REF_DES COORDIRATION\n")
fprintf(logfile "\nTotal direction error of refdes: %d\n" dircnt)
axlDMClose(logfile)
axlMsgPut("Total direction error of refdes: %d\n" dircnt)
axlMsgPut("Refdes direction error , please view logfile.")
; axlMsgPut("Total of components without refdes is : %d %L .\nDone" norefcnt noref)
);defun_end