*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)
Application
HyperView
Inputs
- 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 3D graphics.
 - PerspectiveOff
 - Removes the perspective from 3D graphics.
 - SmoothNormalsOn
 - Enables smooth shading of 3D graphics.
 - SmoothNormalsOff
 - Disables smooth shading of 3D graphics.
 
Context
*BeginGraphic()
Example
*BeginGraphic()
   
   *ModelSource({GRAPHIC_FILE_1}, LS_DYNA d3plot)
   *DisplayOptions(TracingOff, TrackingOff, ContourOn, LegendOn,
                   SectionsOn, MeasuresOn, NotesOn, PerspectiveOff, 
                   SmoothNormalsOff)
• • •
*EndGraphic()
      Comments
This statement is used to quickly enable or disable the display of all graphics features of a certain type.