CAViewer::SetZScale

CAViewer class

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

void SetZScale(
  float scale
  );

Parameters

scale
The Z scaling factor.

Return Value

None.

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

CAViewer::GetZScale