HyperWorks Desktop

*InterpolationScaleFactor()

Specifies the interpolation scale factor for the axes.

*InterpolationScaleFactor()

Specifies the interpolation scale factor for the axes.

Previous topic Next topic No expanding text in this topic  

*InterpolationScaleFactor()

Specifies the interpolation scale factor for the axes.

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

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

 

*BeginDefaults()

*BeginGraphicDefaults()

Comments

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

See also

 

*BeginGraphicDefaults()

*EndGraphicDefaults()

*InterpolationScaleMode()

List of Preference Statements