ShowAxes Command
- ShowAxes( )
-
Shows the axes in the active View.
- ShowAxes( <Boolean> )
-
Shows/hides the axes in the active View.
-
ShowAxes(true)
shows the axes in the active View. -
ShowAxes(false)
hides the axes in the active View.
- ShowAxes( <View>, <Boolean> )
-
Shows/hides the axes in the Graphics View specified by the number 1 or 2 (or 3 for 3D View) .
-
ShowAxes(1, true)
shows the axes in Graphics View. -
ShowAxes(2, false)
hides the axes in Graphics 2 View.
See also ShowGrid command. To show / hide a single axis please use SetVisibleInView Command. |