home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / demo / wgelectr / cameval / cam31 / misc.z / ALLEGRO3.ARL < prev    next >
Text File  |  1995-07-15  |  742b  |  27 lines

  1. NAME  Allegro_3
  2. #*******************************************
  3. # This is the start of the Allegro Example #3 Aperture Rule File
  4.  
  5. FILE_EXTENSION apt
  6.  
  7. VERSION 1
  8. UNIT MILS
  9. NPIGNORE_CHAR  10
  10.  
  11. # Shape definitions
  12. S_ROUND        CIRCLE
  13. S_ROUND        LINE
  14. S_SQUARE       SQUARE
  15. S_RECTANGLE    RECTANGLE
  16. S_OBLONG       OBLONG
  17. S_THERMAL      THERMAL
  18.  
  19. # Line definitions
  20. # FMT_UNIT       INPUT-UNITS $unit
  21. FMT_SKIPUNTIL +1 WHEEL 1 $skipe
  22. FMT_ROUND      $shape    $xsize    D$dcode
  23. FMT_SQUARE     $shape    $xsize    $skip     D$dcode
  24. FMT_RECTANGLE  $shape    $xsize    $ysize    $skip     D$dcode
  25. FMT_OBLONG     $shape    $xsize    $ysize    $skip     D$dcode
  26. FMT_THERMAL    D$dcode   $shape    $od       $skip     $id  $skipe
  27.