Enables or disables the display of various graphics features.
*DisplayOptions()Enables or disables the display of various graphics features. |
|||||
*DisplayOptions()Enables or disables the display of various graphics features. |
Syntax |
*DisplayOptions(TracingOn/TracingOff, TrackingOn/TrackingOff, ContourOn/ContourOff, LegendOn/LegendOff, SectionsOn/SectionsOff, MeasuresOn/MeasuresOff, NotesOn/NotesOff, PerspectiveOn/PerspectiveOff, SmoothNormalsOn/SmoothNormalsOff) |
||
Arguments |
Name |
Description |
|
TracingOn |
Enables tracing of displaced graphic entities. |
||
TracingOff |
Disables tracing of displaced graphic entities. |
||
|
|
||
TrackingOn |
Enables tracking of graphic entities during animation. |
||
TrackingOff |
Disables tracking of graphic entities during animation. |
||
|
|
||
ContourOn |
Displays results contours. |
||
ContourOff |
Removes results contours from the screen. |
||
|
|
||
LegendOn |
Displays the legend. |
||
LegendOff |
Removes the legend from screen. |
||
|
|
||
SectionsOn |
Displays section cuts and clipping planes. |
||
SectionsOff |
Removes section cuts and clipping planes from the screen. |
||
|
|
||
MeasuresOn |
Displays measures. |
||
MeasuresOff |
Removes measures from the screen. |
||
|
|
||
NotesOn |
Displays notes. |
||
NotesOff |
Removes notes from the screen. |
||
|
|
||
PerspectiveOn |
Displays perspective in 3-D graphics. |
||
PerspectiveOff |
Removes the perspective from 3-D graphics. |
||
|
|
||
SmoothNormalsOn |
Enables smooth shading of 3-D graphics. |
||
SmoothNormalsOff |
Disables smooth shading of 3-D graphics. |
||
Example |
*BeginGraphic()
*ModelSource({GRAPHIC_FILE_1}, LS_DYNA d3plot) *DisplayOptions(TracingOff, TrackingOff, ContourOn, LegendOn, SectionsOn, MeasuresOn, NotesOn, PerspectiveOff, • • • *EndGraphic() |
||
Application |
HyperView. |
||
Context |
|||
Comments |
This statement is used to quickly enable or disable the display of all graphics features of a certain type. |
||
See also |
|
||