home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Super Store 2.3 / TESTDRIVE_2.ISO / truecad / macro / linetype.mac < prev    next >
Encoding:
Text File  |  1993-06-05  |  1.0 KB  |  20 lines

  1. REM Set linestyles for plotter.
  2. REM      Line Number
  3. REM      |   Repeat Factor in mm on the plotter. Line repeats every N mm.
  4. REM      |   |   Starting position (always 0)
  5. REM      |   |   |   Perc1=First off percentage. Line is on from 0% to Perc1%
  6. REM      |   |   |   |   Perc2=Line is off from Perc1% to Perc2%
  7. REM      |   |   |   |   |   Perc3=Line is on from Perc2% to Perc3%
  8. REM      |   |   |   |   |   |   Perc4=Line is off from Perc3% to Perc4%
  9. REM      |   |   |   |   |   |   |
  10. REM      |   |   |   |   |   |   |   ( You are allowed up to Perc10)
  11. REM      |   |   |   |   |   |   |
  12. REM      |   |   |   |   |   |   |
  13. SETLNSTY 1   8   0 100   0   0   0   0   0   0   0   0   0                
  14. SETLNSTY 2   8   0  70 100   0   0   0   0   0   0   0   0                   
  15. SETLNSTY 3   4   0  50 100   0   0   0   0   0   0   0   0                   
  16. SETLNSTY 4   8   0  50  70  80 100   0   0   0   0   0   0                      
  17. SETLNSTY 5   8   0  50  60  70  80  90 100   0   0   0   0                      
  18. end
  19.  
  20.