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

  1.  
  2.    10.1.4 PLOT BENSON
  3.  
  4.  
  5. The PLOT BENSON command is used to create plots on the Benson series 16 or
  6. 18 range of pen plotters or any plotter that supports the Benson PL format
  7. plotting language or a compatible language.
  8.  
  9. Plots can be created at any size supported by the plotter and in up to 7
  10. different colours.
  11.  
  12.  
  13.    COMMAND FORMAT
  14.  
  15.       #PLOT BENSON [modifiers] :Win x1 x2
  16.  
  17.          or
  18.  
  19.       #PLOT BENSON [modifiers] [CR]
  20.  
  21. If the command is terminated with a colon, a plot window can be defined by
  22. entering two locations to define the extents of a window. If the command
  23. is terminated with a return, the entire sheet will be plotted. The bottom
  24. left corner of the window or sheet is used as the plot origin.
  25.  
  26. The plot will be created at a one to one scale with the sheet size and
  27. units.
  28.  
  29.  
  30.    MODIFIERS
  31.  
  32. TO             Requires the name of a file or device to direct all plot
  33.                commands. If this modifier is omitted, then the plot commands
  34.                will be directed to the device PAR: - the parallel port - as
  35.                the plotter is usually connected to this port. If the plotter
  36.                is connected to the serial port then the command
  37.  
  38.                   #PLOT BENSON TO SER:
  39.  
  40.                should be used.
  41.  
  42.                Plot commands can be directed to a disk file for later or
  43.                background plotting.
  44.  
  45. SCALE          Can be used to alter the scale of the plot. If the modifier
  46.                is omitted, then a scale of 1.0 will be used.
  47.  
  48. OFFSET         The OFFSET modifier can be used to specify an xy offset for
  49.                the origin of the plot. The modifier requires 2 values
  50.                separated by a comma, these are the x and y values at which
  51.                to offset the plot origin. The values must be entered in
  52.                millimetres. For example:
  53.  
  54.                   #PLOT BENSON OFFSET 30,60
  55.  
  56.                Will offset the origin of the plot by 30 millimetres in the
  57.                x direction and 60 millimetres in the y direction.
  58.  
  59.                Negative values can be used.
  60.  
  61. ROTATE         The ROTATE modifier can be used to specify that the drawing
  62.                should be rotated through 90 degrees prior to being plotted.
  63.  
  64. SHADEPITCH     Used to specify the vertical distance between horizontal
  65.                lines used to emulate a colour filled polygon. The value
  66.                must be entered in millimetres. If this modifier is omitted,
  67.                a value of 0.5 mm is used.
  68.  
  69. NOFILL         The NOFILL modifier can be used to inhibit any filled areas
  70.                of a drawing being plotted.
  71.  
  72. MONO           The MONO modifier can be used to create a single colour plot.
  73.                All entities will be plotted using pen 1.
  74.  
  75. HARDFONT       This modifier is used to indicate that X-CAD hardfonts
  76.                should be emulated using the built-in commands available
  77.                to the Benson plotting language. The next two modifiers
  78.                can be used to fine-tune the styles.
  79.  
  80. .DASHLENGTH    For hardfont styles, this modifier is followed by a value
  81.                defining the stroke length for each pixel used to define
  82.                a hardfont style. The value must be entered in millimetres.
  83.                ( The default is 2mm ).
  84.  
  85. .THICKPITCH    For hardfont thicknesses, this modifier is followed by a
  86.                value defining the real value for a hardfont line thickness.
  87.                The value must be entered in millimetres. ( The default is
  88.                0.5mm ).
  89.  
  90. NOHARDFONT     Specifies that all hardfont line styles should be plotted
  91.                using a solid line with no width.
  92.  
  93. SLEW           The SLEW modifier is followed by a value specifying the
  94.                length of paper that should be advanced after the plot is
  95.                completed. Note, only continuous feed plotter support this
  96.                feature.
  97.  
  98.