*InterpolationScaleFactor()

Specifies the interpolation scale factor for the axes.

Syntax

*InterpolationScaleFactor (xyz_factor)

*InterpolationScaleFactor (x_factor, y_factor)

*InterpolationScaleFactor (x_factor, y_factor, z_factor)

Application

HyperView

Inputs

xyz_factor
The uniform scale factor to be applied to the X, Y, and Z axes.
x_factor
The scale factor to be applied to X axis.
y_factor
The scale factor to be applied to Y axis.
z_factor
The scale factor to be applied to Z axis.

Context

*BeginDefaults()

*BeginGraphicDefaults()

Example

*BeginGraphicDefaults()
    *InterpolationScaleMode(“scale factor”)
    *InterpolationScaleFactor(2.5, 0.5)
*EndGraphicDefaults()

Comments

This statement is used to set the interpolation scale factor when the interpolation scale mode is set to “scale factor”.