Specifies the interpolation scale mode for the axes.
*InterpolationScaleMode()Specifies the interpolation scale mode for the axes. |
|||||
*InterpolationScaleMode()Specifies the interpolation scale mode for the axes. |
Syntax |
*InterpolationScaleMode(mode) |
|
Argument |
Name |
Description |
mode |
The scale mode type. Options include “model percent”, “model units”, or “scale factor”. |
|
Example |
*BeginGraphicDefaults() *InterpolationScaleMode(“scale factor”) *InterpolationScaleFactor(2.5, 0.5) *EndGraphicDefaults() |
|
Application |
HyperView |
|
Context |
||
Comments |
If the interpolation scale mode is set to “scale factor”, the scale factor is set using the *InterpolationScaleFactor() statement. |
|
See also |
|
|