Specifies the interpolation scale factor for the axes.
*InterpolationScaleFactor()Specifies the interpolation scale factor for the axes. |
|||||
*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) |
|
Arguments |
Name |
Description |
xyz_factor |
The uniform scale factor to be applied to the X, Y, and Z axes. |
|
x_factor y_factor z_factor |
The scale factor to be applied to X axis. The scale factor to be applied to Y axis. The scale factor to be applied to Z axis. |
|
Example |
*BeginGraphicDefaults() *InterpolationScaleMode(“scale factor”) *InterpolationScaleFactor(2.5, 0.5) *EndGraphicDefaults() |
|
Application |
HyperView |
|
Context |
||
Comments |
This statement is used to set the interpolation scale factor when the interpolation scale mode is set to “scale factor”. |
|
See also |
|
|