Specifies the display mode of the deformation that occurs on the model.
*UndeformedMode()Specifies the display mode of the deformation that occurs on the model. |
|||||
*UndeformedMode()Specifies the display mode of the deformation that occurs on the model. |
Syntax |
*UndeformedMode(mode) |
|
Argument |
Name |
Description |
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() |
|
Application |
HyperView. |
|
See also |
|
|