*BeginDeformed()

Indicates the beginning of a deformed block.

Syntax

*BeginDeformed()

Application

HyperView

Substatements

*ResolvedInSystem()

*ResultType()

*Scale()

*ScaleMode()

*UndeformedColor()

*UndeformedMode()

*UndeformedTracking()

Example

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

Comments

This block captures your selections from the Deformed panel in HyperView.

This block captures the deformation to the model and the scale factor that can exaggerate or minimize the actual deformation.