*EndDeformed()

Specifies the end of the deformed block.

Syntax

*EndDeformed()

Application

HyperView

Example

*BeginDeformed()
    *ScaleMode(ModelPercent)
    *Scale(1, 3, 4)
    *ResolvedInSystem(-1)
    *ResultType(displacement)
    *UndeformedMode(Features)
    *UndeformedColor(meshcolor)
    *UndeformedTracking(off)
*EndDeformed()

Comments

This marks the end of the deformed block.