Defines the graphics unit-of-measure isotropically.
SHOW left,right,bottom,top
Usage:
SHOW -10,20,0,75
SHOW Left,Right,Bottom,Top
Description:
SHOW, likeWINDOW, specifies the values to be displayed within theVIEWPORTor the hard-clip boundaries. They can be any units of measure you wish to work with (inches, miles, years, etc.).
TheSHOWandWINDOWstatements differ in how they map data onto the viewport.SHOWuses isotropic units (the X and Y units are of equal length); whereasWINDOWmay use non-isotropic units (the X and Y units are of different lengths).
ASHOWimage can be "mirrored" about the X or Y axes by reversing the order of the limits for each dimension by specifying the high value before the low value.