home *** CD-ROM | disk | FTP | other *** search
-
- 3.3.1 SELECT GRID
-
-
- The SELECT GRID command is used to select and echo a grid for the currently
- active viewport.
-
- If the selected grid is too small to display, it will not be echoed.
-
-
- MODIFIERS
-
- SIZE Should be followed by a real value defining an evenly spaced
- grid in the X and Y axis.
-
- XPITCH Should be followed by a real value defining the grid spacing
- on the X axis.
-
- YPITCH Should be followed by a real value defining the grid spacing
- on the Y axis.
-
- EMPHASIZE Should be followed by a value specifying that every nth grid
- point in the X and Y direction will be emphasized. For
- example,
-
- #SELECT GRID SIZE 5 EMPHASIZE 4
-
- will display a grid point every 5 units in the X and Y axis,
- with grid points every 20 units emphasized.
-
-
- Note: Using SIZE excludes using XPITCH or YPITCH.
-
-
-