*DeformedScaleFactor()
Specifies the scale factor to be applied to the axes, as set in the Deformed panel.
Syntax
*DeformedScaleFactor (uniform_sf)
*DeformedScaleFactor(x_sf, y_sf, z_sf)
Application
HyperView
Inputs
- uniform_sf
 - The uniform scale factor to be applied to the X, Y, and Z axes.
 - x_sf
 - Scale factor to be applied to the X axis.
 - y_sf
 - Scale factor to be applied to the Y axis.
 - z_sf
 - Scale factor to be applied to the Z axis.
 
Context
*BeginDefaults()
*BeginGraphicDefaults()
Example
*BeginGraphicDefaults()
   *DeformedScaleFactor(“5.0”)
   *DeformedScaleFactor(“5.0, 6.0, 7.0”)
*EndGraphicDefaults()
      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.