home *** CD-ROM | disk | FTP | other *** search
- ; APERTURE FILE FORMAT
- ;
- ; <draft code> <shape> <xsize> <ysize> <hole size> <use>
- ;
- ; EXPLANATION OF PARAMETERS
- ;
- ; <draft code> Code assigned to this aperture e.g. D14
- ; Note that this code must start with 'D'
- ; followed by the code number.
- ;
- ; <shape> Can be any of the following shapes:
- ; CIRCULAR
- ; RECTANGULAR
- ; SQUARE
- ; OCTAGONAL
- ; ROUNDRECT
- ; CROSSHAIR
- ; MOIRE
- ;
- ; <xsize> size of aperture in the x direction in
- ; mils (thous).
- ;
- ; <ysize> size of aperture in the y direction in
- ; mils (thous).
- ;
- ; <hole size> size of hole in aperture in mils (thous).
- ; zero if no hole in aperture.
- ;
- ; <use> specifies what the aperture can be used for.
- ; There are three possible settings:
- ; LINE can only be used to draw lines
- ; FLASH can only be used to flash pads
- ; MULTI can be used for either
- ; blank defaults to MULTI setting
- ;
- D10 CIRCULAR 15 15 0
- D11 CIRCULAR 25 25 0
- D12 CIRCULAR 30 30 0
- D13 CIRCULAR 40 40 15
- D14 CIRCULAR 50 50 15
- D15 CIRCULAR 50 50 15
- D16 RECTANGULAR 50 120 15
- D17 ROUNDRECT 50 120 15
- D18 CIRCULAR 70 70 15
- D19 SQUARE 70 70 15
- D20 RECTANGULAR 70 120 15
- D21 ROUNDRECT 70 120 15
- D22 CIRCULAR 100 100 15
- D23 SQUARE 100 100 15
- D24 RECTANGULAR 120 50 15
- D25 ROUNDRECT 120 50 15
- D26 RECTANGULAR 120 70 15
- D27 ROUNDRECT 120 70 15
- D28 CIRCULAR 150 150 15
- D29 SQUARE 150 150 15
- D32 CIRCULAR 250 250 15
- D33 CIRCULAR 12 12 0