HyperWorks Desktop

*DeformedScaleFactor()

Specifies the scale factor to be applied to the axes, as set in the Deformed panel.

*DeformedScaleFactor()

Specifies the scale factor to be applied to the axes, as set in the Deformed panel.

Previous topic Next topic No expanding text in this topic  

*DeformedScaleFactor()

Specifies the scale factor to be applied to the axes, as set in the Deformed panel.

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

Syntax

*DeformedScaleFactor(uniform_sf)

*DeformedScaleFactor(x_sf, y_sf, z_sf)

Arguments

Name

Description

 

uniform_sf

The uniform scale factor to be applied to the X, Y, and Z axes.

 

x_sf

y_sf

z_sf

Scale factor to be applied to the X axis.

Scale factor to be applied to the Y axis.

Scale factor to be applied to the Z axis.

Example

*BeginGraphicDefaults()

  *DeformedScaleFactor(“5.0”)

  *DeformedScaleFactor(“5.0, 6.0, 7.0”)

*EndGraphicDefaults()

Application

HyperView

Context

*BeginDefaults()

*BeginGraphicDefaults()

Comments

If one value is specified, then uniform deformation will be set in the panel.  If three values are specified, then "Component" deformation in the X/Y/Z direction will be set.

See also

 

*BeginGraphicDefaults()

*EndGraphicDefaults()

List of Preference Statements