home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / graphic / cad / xcad3000 / xcdoc / selgrid < prev    next >
Text File  |  1995-07-10  |  910b  |  35 lines

  1.  
  2.    3.3.1 SELECT GRID
  3.  
  4.  
  5. The SELECT GRID command is used to select and echo a grid for the currently
  6. active viewport.
  7.  
  8. If the selected grid is too small to display, it will not be echoed.
  9.  
  10.  
  11.    MODIFIERS
  12.  
  13. SIZE        Should be followed by a real value defining an evenly spaced
  14.             grid in the X and Y axis.
  15.  
  16. XPITCH      Should be followed by a real value defining the grid spacing
  17.             on the X axis.
  18.  
  19. YPITCH      Should be followed by a real value defining the grid spacing
  20.             on the Y axis.
  21.  
  22. EMPHASIZE   Should be followed by a value specifying that every nth grid
  23.             point in the X and Y direction will be emphasized. For
  24.             example,
  25.  
  26.                #SELECT GRID SIZE 5 EMPHASIZE 4
  27.  
  28.             will display a grid point every 5 units in the X and Y axis,
  29.             with grid points every 20 units emphasized.
  30.  
  31.  
  32. Note: Using SIZE excludes using XPITCH or YPITCH.
  33.  
  34.  
  35.