ShowGrid Command
- ShowGrid( )
-
Shows the grid in the active View.
- ShowGrid( <Boolean> )
-
Shows/hides the grid in the active View.
-
ShowGrid(true)
shows the grid in the active View. -
ShowGrid(false)
hides the grid in the active View.
- ShowGrid( <View>, <Boolean> )
-
Shows/hides the grid in the Graphics View specified by the number 1 or 2 (or 3 for 3D View).
-
ShowGrid(1, true)
shows the grid in Graphics View. -
ShowGrid(2, false)
hides the grid in Graphics 2 View.
See also ShowAxes command. |