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

  1. NAME  BARCO
  2. # ****************************************
  3. # This rule file works for BARCO aperture lists
  4.  
  5. FILE_EXTENSION con
  6.  
  7. VERSION 1
  8. UNIT MIL
  9. DELIMITER , ( ) =
  10.  
  11. # Shape definitions
  12. S_ROUND         C
  13. S_SQUARE        S
  14. S_RECTANGLE     R
  15. S_OBLONG    BO
  16. S_DONUT        D
  17.  
  18. # Line formats:
  19. FMT_SKIPUNTIL +0 FORMAT $skipe
  20. FMT_ROUND          APERTURE  $dcode  $shape  $xsize  $skipe  
  21. FMT_SQUARE    APERTURE  $dcode  $shape  $xsize  $skipe
  22. FMT_RECTANGLE      APERTURE  $dcode  $shape  $xsize  $ysize  $skipe
  23. FMT_OBLONG    APERTURE  $dcode  $shape  $xsize  $ysize  $skipe
  24. FMT_DONUT       APERTURE  $dcode  $shape  $od     $id     $skipe
  25. FMT_SKIP        INCH
  26.