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
Display the axis marker during the image creation.
perspective_view (string)
on (default) | off
Set the camera perspective off (orthogonal view).
background_type (string)
constant_color
Set the background color of the images, requires background_color to be set.
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
}