home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p032 / protel3.apt < prev    next >
Encoding:
Extensible Markup Language  |  1989-01-20  |  1.8 KB  |  58 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     15  15  0
  37. D11 CIRCULAR     25  25  0
  38. D12 CIRCULAR     30  30  0
  39. D13 CIRCULAR     40  40 15
  40. D14 CIRCULAR     50  50 15
  41. D15 CIRCULAR     50  50 15
  42. D16 RECTANGULAR  50 120 15
  43. D17 ROUNDRECT    50 120 15
  44. D18 CIRCULAR     70  70 15
  45. D19 SQUARE       70  70 15
  46. D20 RECTANGULAR  70 120 15
  47. D21 ROUNDRECT    70 120 15
  48. D22 CIRCULAR    100 100 15
  49. D23 SQUARE      100 100 15
  50. D24 RECTANGULAR 120  50 15
  51. D25 ROUNDRECT   120  50 15
  52. D26 RECTANGULAR 120  70 15
  53. D27 ROUNDRECT   120  70 15
  54. D28 CIRCULAR    150 150 15
  55. D29 SQUARE      150 150 15
  56. D32 CIRCULAR    250 250 15
  57. D33 CIRCULAR     12  12  0
  58.