Contains undeformed model graphic settings that apply to all graphic windows.
*DeformedOptions()Contains undeformed model graphic settings that apply to all graphic windows. |
|||||
*DeformedOptions()Contains undeformed model graphic settings that apply to all graphic windows. |
Syntax |
*DeformedOptions(Off/FeaturesEdges/MeshLines, Color) |
|
Arguments |
Name |
Description |
Off/FeaturesEdges/MeshLines |
Off - suppresses the undeformed model graphic FeatureEdges - draws the undeformed model graphic by features and edges MeshLines - Draws the undeformed model graphic by mesh lines |
|
Color |
Color to use for undeformed model graphic. -1 - default 0 to 63 - select a color from the color palette. |
|
Example |
*BeginGraphic() • • • *DeformedOptions(FeaturesEdges, 63) *DeformedTransient(0, ScaleFactor, 3.3) • • • *EndGraphic() |
|
Application |
MBD Model, HyperView, and MediaView. |
|
Context |
||
Comments |
Values saved in thissession statement appear on the deformed panel in the animation window. |
|
See also |
|
|