*UndeformedMode()
Specifies the display mode of the deformation that occurs on the model.
Syntax
*UndeformedMode (mode)
Application
HyperView
Inputs
- mode
- The display mode type. Options include: none, features, wireframe, or edges.
Example
*BeginDeformed()
    *ScaleMode(ModelPercent)
    *Scale(1, 3, 4)
    *ResolvedInSystem(-1)
    *ResultType(displacement)
    *UndeformedMode(Features)
    *UndeformedColor(meshcolor)
    *UndeformedTracking(off)
*EndDeformed()