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) |
|
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 |
||
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 |
|
|