home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p032 / g3244.apt < prev    next >
Encoding:
Extensible Markup Language  |  1992-02-15  |  2.1 KB  |  60 lines

  1. ; APERTURE FILE FORMAT
  2. ;
  3. ; <draft code> <shape> <xsize> <ysize> <hole size> <use>
  4. ;
  5. ; EXPLANATION OF PARAMETERS
  6. ;
  7. ; <draft code>   Code assigned to this aperture e.g. D14
  8. ;                Note that this code must start with 'D'
  9. ;                followed by the code number.
  10. ;
  11. ; <shape>        Can be any of the following shapes:
  12. ;                         CIRCULAR
  13. ;                         RECTANGULAR
  14. ;                         SQUARE
  15. ;                         OCTAGONAL
  16. ;                         ROUNDRECT
  17. ;                         CROSSHAIR
  18. ;                         MOIRE
  19. ;
  20. ; <xsize>        size of aperture in the x direction in
  21. ;                mils (thous).
  22. ;
  23. ; <ysize>        size of aperture in the y direction in
  24. ;                mils (thous).
  25. ;
  26. ; <hole size>    size of hole in aperture in mils (thous).
  27. ;                zero if no hole in aperture.
  28. ;
  29. ; <use>          specifies what the aperture can be used for.
  30. ;                There are three possible settings:
  31. ;                   LINE   can only be used to draw lines
  32. ;                   FLASH  can only be used to flash pads
  33. ;                   MULTI  can be used for either
  34. ;                   blank  defaults to MULTI setting
  35. ;
  36. D10 CIRCULAR      8   8   0   LINE
  37. D11 CIRCULAR     10  10   0   LINE
  38. D12 CIRCULAR     12  12   0   LINE
  39. D13 CIRCULAR     20  20   0   LINE
  40. D14 CIRCULAR     30  30   0   LINE
  41. D15 CIRCULAR     40  40   0   LINE
  42. D16 CIRCULAR     50  50   0   LINE
  43. D17 CIRCULAR     60  60   0   LINE
  44. D18 CIRCULAR     80  80   0   LINE
  45. D19 CIRCULAR    100 100   0   LINE
  46. D70 CIRCULAR    150 150   0   LINE
  47. D71 CIRCULAR     40  40   0   FLASH
  48. D20 CIRCULAR     50  50   0   FLASH
  49. D21 CIRCULAR     60  60   0   FLASH
  50. D22 CIRCULAR     70  70   0   FLASH
  51. D23 CIRCULAR     80  80   0   FLASH
  52. D24 CIRCULAR     90  90   0   FLASH
  53. D25 CIRCULAR    100 100   0   FLASH
  54. D26 CIRCULAR    125 125   0   FLASH
  55. D27 CIRCULAR    150 150   0   FLASH
  56. D28 CIRCULAR    175 175   0   FLASH
  57. D29 CIRCULAR    200 200   0   FLASH
  58. D72 SQUARE       60  60   0   FLASH
  59. D73 SQUARE       80  80   0   FLASH
  60.