DISPLAY
Defines the display parameters of the images created during the report generation.
Syntax
DISPLAY { parameters}
Qualifier
This commands has no qualifier.
Parameters
- axis_display (string)
- on | off
- perspective_view (string)
- on (default) | off
- background_type (string)
- constant_color
- background_color (string)
- white (default) | red | blue | green | black
Example
#----------------------------------------------------------------------+
# Set the display style
#----------------------------------------------------------------------+
DISPLAY{
axis_display = on
perspective_view = on
background_type = constant_color
background_color = white
}