favSetZScale

AVVIEWER Subroutine: Sets the height of the Z axis relative to the X and Y axes.

Module: USE AVVIEWER

Syntax

favSetZScale (hv, scale, status)

hv
A handle that references an instance of Array Viewer created by favStartViewer.

scale
An input argument of type REAL(4). It specifies the Z scaling factor.

status
An output argument of type INTEGER(4). It returns a status code for the success of this call. The value 0 indicates success.

Remarks

If scale is 1.0, the Z height will be equal to the X and Y axes. Other values will change the Z axis proportionally.

See Also

favGetZScale