home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / plotky < prev    next >
Text File  |  1995-07-10  |  3KB  |  92 lines

  1.  
  2.    10.1.3 PLOT KYOCERA
  3.  
  4.  
  5. The PLOT KYOCERA command is used to create plots on the Kyocera laser
  6. printer or any compatible laser printer. This printer supports A4 size plots
  7. in one colour.
  8.  
  9. Some early versions of this printer do not have a large enough memory buffer
  10. to store a dense A4 plot. If this happens it can be seen as a series of gaps
  11. in the plot running down the page.
  12.  
  13. Any hardfont styles used in the drawing are ignored as no line styles except
  14. solid are supported by the printer. Hardfont line thickness is supported.
  15.  
  16.  
  17.    COMMAND FORMAT
  18.  
  19.       #PLOT KYOCERA [modifiers] :Win x1 x2
  20.  
  21.          or
  22.  
  23.       #PLOT KYOCERA [modifiers] [CR]
  24.  
  25. If the command is terminated with a colon, a plot window can be defined by
  26. entering two locations to define the extents of the window. If the command
  27. is terminated with a return, the entire sheet will be plotted. The bottom
  28. left corner of the window or sheet is used as the plot origin.
  29.  
  30. The plot will be created at a one to one scale with the sheet size and
  31. units.
  32.  
  33.  
  34.    MODIFIERS
  35.  
  36. TO             Requires the name of a file or device to direct all plot
  37.                commands. If this modifier is omitted, then the plot commands
  38.                will be directed to the device PAR: - the parallel port - as
  39.                the plotter is usually connected to this port. If the plotter
  40.                is connected to the serial port then the command
  41.  
  42.                   #PLOT KYOCERA TO SER:
  43.  
  44.                should be used.
  45.  
  46.                Plot commands can be directed to a disk file for later or
  47.                background plotting.
  48.  
  49. ORIENTATION    The ORIENTATION modifier is used to select one of two
  50.                orientations for the plot.
  51.  
  52.                   LANDSCAPE      Will orient the plot horizontally on the
  53.                                  A4 sheet.
  54.  
  55.                   PORTRAIT       Will orient the plot vertically on the A4
  56.                                  sheet.
  57.  
  58.                If the modifier is omitted, the LANDSCAPE orientation will
  59.                be used.
  60.  
  61. SCALE          Can be used to alter the scale of the plot. If the modifier
  62.                is omitted, then a scale of 1.0 will be used.
  63.  
  64. OFFSET         The OFFSET command can be used to specify an xy offset for
  65.                the origin of the plot. The modifier requires 2 values
  66.                separated by a comma, these are the x and y values at which
  67.                to offset the plot origin. The values must be entered in
  68.                millimetres. For example:
  69.  
  70.                   #PLOT KYOCERA OFFSET 30,60
  71.  
  72.                Will offset the origin of the plot by 30 millimetres in the
  73.                x direction and 60 millimetres in the y direction.
  74.  
  75. SHADEPITCH     Used to specify the vertical distance between horizontal
  76.                lines used to emulate a colour filled polygon. The value
  77.                must be entered as a dot pitch. If this modifier is omitted,
  78.                a value of 4 dots is used.
  79.  
  80. NOFILL         The NOFILL modifier can be used to inhibit any filled areas
  81.                of a drawing being plotted.
  82.  
  83. COPY           The COPY modifier can be followed by a value specifying up
  84.                to 99 copies of the plot. The default is to create one copy.
  85.  
  86. NOEJECT        If the NOEJECT modifier is used, the PAGE command is not sent
  87.                to the printer when the plot is complete. The paper will
  88.                remain inside the print and can be over-printed with text if
  89.                required.
  90.  
  91.  
  92.