*ScaleMode()
Specifies the scaling setting used to display the deformation on the mode.
Syntax
*ScaleMode (mode)
Application
HyperView
Inputs
- mode
- The scaling mode. Options include model percent, scale factor, or model units.
Example
*BeginDeformed()
*ScaleMode(ModelPercent)
*Scale(1, 3, 4)
*ResolvedInSystem(-1)
*ResultType(displacement)
*UndeformedMode(Features)
*UndeformedColor(meshcolor)
*UndeformedTracking(off)
*EndDeformed()