HyperWorks Desktop

*InterpolationScaleMode()

Specifies the interpolation scale mode for the axes.

*InterpolationScaleMode()

Specifies the interpolation scale mode for the axes.

Previous topic Next topic No expanding text in this topic  

*InterpolationScaleMode()

Specifies the interpolation scale mode for the axes.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginDefaults()

*BeginGraphicDefaults()

Comments

If the interpolation scale mode is set to “scale factor”, the scale factor is set using the *InterpolationScaleFactor() statement.

See also

 

*BeginGraphicDefaults()

*EndGraphicDefaults()

*InterpolationScaleFactor()

List of Preference Statements